@@ -13,7 +13,6 @@ from pisi.actionsapi import mesontools
|
|||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
options = "-Ddocs=false \
|
options = "-Ddocs=false \
|
||||||
-Dintrospection=true \
|
|
||||||
"
|
"
|
||||||
|
|
||||||
if get.buildTYPE() == "_emul32":
|
if get.buildTYPE() == "_emul32":
|
||||||
@@ -23,10 +22,14 @@ def setup():
|
|||||||
--datadir=/usr/lib32/share \
|
--datadir=/usr/lib32/share \
|
||||||
--libexecdir=/usr/lib32/libexec \
|
--libexecdir=/usr/lib32/libexec \
|
||||||
--localedir=/usr/lib32/share/locale \
|
--localedir=/usr/lib32/share/locale \
|
||||||
|
-Dintrospection=false \
|
||||||
"
|
"
|
||||||
shelltools.export("CC", "%s -m32" % get.CC())
|
shelltools.export("CC", "%s -m32" % get.CC())
|
||||||
shelltools.export("CXX", "%s -m32" % get.CXX())
|
shelltools.export("CXX", "%s -m32" % get.CXX())
|
||||||
shelltools.export("PKG_CONFIG_PATH", "/usr/lib32/pkgconfig")
|
shelltools.export("PKG_CONFIG_PATH", "/usr/lib32/pkgconfig")
|
||||||
|
else:
|
||||||
|
options += "-Dintrospection=true \
|
||||||
|
"
|
||||||
|
|
||||||
mesontools.configure(options)
|
mesontools.configure(options)
|
||||||
|
|
||||||
|
|||||||
@@ -72,6 +72,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<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">
|
<Update release="7">
|
||||||
<Date>2020-01-17</Date>
|
<Date>2020-01-17</Date>
|
||||||
<Version>1.4.4</Version>
|
<Version>1.4.4</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user