pixman: disable mmx

This commit is contained in:
Ben Boeckel 2016-08-25 10:58:16 -04:00
parent 3df1eeccb9
commit b810a113af

View File

@ -39,6 +39,7 @@ class Pixman(Package):
def install(self, spec, prefix):
configure("--prefix=%s" % prefix,
"--disable-mmx",
"--disable-gtk")
make()
make("install")