harfbuzz-5.0.1
This commit is contained in:
@@ -11,19 +11,20 @@ from pisi.actionsapi import mesontools
|
|||||||
|
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
options = "-D graphite=enabled \
|
options = "-D docs=disabled \
|
||||||
-D docs=disabled \
|
|
||||||
"
|
"
|
||||||
|
|
||||||
if get.buildTYPE() == "emul32":
|
if get.buildTYPE() == "emul32":
|
||||||
options += " -D graphite=disabled \
|
options += " -D graphite2=disabled \
|
||||||
--libdir=/usr/lib32 \
|
--libdir=/usr/lib32 \
|
||||||
--bindir=/usr/bin32 \
|
--bindir=/usr/bin32 \
|
||||||
-D introspection=disabled \
|
-D introspection=disabled \
|
||||||
"
|
"
|
||||||
|
|
||||||
else:
|
else:
|
||||||
options += "-Dintrospection=enabled -Ddocs=enabled"
|
options += "-Dintrospection=enabled \
|
||||||
|
-D graphite2=enabled \
|
||||||
|
-Ddocs=enabled"
|
||||||
|
|
||||||
mesontools.configure(options)
|
mesontools.configure(options)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user