json-glib rebuild

This commit is contained in:
Idris Kalp
2021-03-10 22:28:23 +03:00
parent fb3642bbd5
commit 0f5ac0fc14
2 changed files with 11 additions and 1 deletions
+4 -1
View File
@@ -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)
+7
View File
@@ -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>