pixman: disable mmx
This commit is contained in:
parent
3df1eeccb9
commit
b810a113af
@ -39,6 +39,7 @@ class Pixman(Package):
|
|||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
configure("--prefix=%s" % prefix,
|
configure("--prefix=%s" % prefix,
|
||||||
|
"--disable-mmx",
|
||||||
"--disable-gtk")
|
"--disable-gtk")
|
||||||
make()
|
make()
|
||||||
make("install")
|
make("install")
|
||||||
|
Loading…
Reference in New Issue
Block a user