json-glib rebuild
This commit is contained in:
@@ -13,7 +13,6 @@ from pisi.actionsapi import mesontools
|
||||
|
||||
def setup():
|
||||
options = "-Ddocs=false \
|
||||
-Dintrospection=true \
|
||||
"
|
||||
|
||||
if get.buildTYPE() == "_emul32":
|
||||
@@ -23,10 +22,14 @@ def setup():
|
||||
--datadir=/usr/lib32/share \
|
||||
--libexecdir=/usr/lib32/libexec \
|
||||
--localedir=/usr/lib32/share/locale \
|
||||
-Dintrospection=false \
|
||||
"
|
||||
shelltools.export("CC", "%s -m32" % get.CC())
|
||||
shelltools.export("CXX", "%s -m32" % get.CXX())
|
||||
shelltools.export("PKG_CONFIG_PATH", "/usr/lib32/pkgconfig")
|
||||
else:
|
||||
options += "-Dintrospection=true \
|
||||
"
|
||||
|
||||
mesontools.configure(options)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user