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)
|
||||
|
||||
|
||||
@@ -72,6 +72,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2021-03-10</Date>
|
||||
<Version>1.4.4</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>İdris Kalp</Name>
|
||||
<Email>idriskalp@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2020-01-17</Date>
|
||||
<Version>1.4.4</Version>
|
||||
|
||||
Reference in New Issue
Block a user