dbus rebuild
This commit is contained in:
+22
-13
@@ -15,8 +15,7 @@ def setup():
|
||||
# pisitools.dosed("configure.ac", '(AS_AC_EXPAND\(EXPANDED_LOCALSTATEDIR, )"\$localstatedir"\)', r'\1 "")')
|
||||
# for f in ["bus/Makefile.am", "bus/Makefile.in"]:
|
||||
# pisitools.dosed(f, "\$\(localstatedir\)(\/run\/dbus)", "\\1")
|
||||
options = "\
|
||||
-Dselinux=disabled \
|
||||
options = "-Dselinux=disabled \
|
||||
-Druntime_dir=/run \
|
||||
-Dasserts=false \
|
||||
-Dchecks=false \
|
||||
@@ -38,14 +37,24 @@ def setup():
|
||||
# --enable-abstract-sockets=auto \
|
||||
|
||||
if get.buildTYPE() == "emul32":
|
||||
options += " \
|
||||
--libdir=/usr/lib32 \
|
||||
--bindir=/usr/bin32 \
|
||||
--datadir=/tmp \
|
||||
--libexecdir=/usr/libexec32 \
|
||||
-Dx11_autolaunch=disabled \
|
||||
-Ddoxygen_docs=disabled \
|
||||
options += " --libdir=/usr/lib32 \
|
||||
-Dapparmor=disabled \
|
||||
-Ddoxygen_docs=disabled \
|
||||
-Dducktype_docs=disabled \
|
||||
-Dkqueue=disabled \
|
||||
-Dlaunchd=disabled \
|
||||
-Dlibaudit=disabled \
|
||||
-Dmessage_bus=false \
|
||||
-Dqt_help=disabled \
|
||||
-Drelocation=disabled \
|
||||
-Dselinux=disabled \
|
||||
-Dtools=false \
|
||||
-Dx11_autolaunch=disabled \
|
||||
-Dxml_docs=disabled \
|
||||
"
|
||||
# --datadir=/tmp \
|
||||
# --bindir=/usr/bin32 \
|
||||
# --libexecdir=/usr/libexec32 \
|
||||
|
||||
mesontools.configure(options)
|
||||
|
||||
@@ -58,10 +67,10 @@ def check():
|
||||
def install():
|
||||
mesontools.install()
|
||||
if get.buildTYPE() == "emul32":
|
||||
pisitools.removeDir("/usr/bin32")
|
||||
pisitools.removeDir("/usr/libexec32")
|
||||
pisitools.removeDir("/tmp")
|
||||
pisitools.dosed("%s/usr/lib32/pkgconfig/*.pc" % get.installDIR(), "bin32", "bin")
|
||||
# pisitools.removeDir("/usr/bin32")
|
||||
# pisitools.removeDir("/usr/libexec32")
|
||||
# pisitools.removeDir("/tmp")
|
||||
# pisitools.dosed("%s/usr/lib32/pkgconfig/*.pc" % get.installDIR(), "bin32", "bin")
|
||||
return
|
||||
|
||||
# needs to exist for the system socket
|
||||
|
||||
@@ -79,7 +79,9 @@
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="data">/usr/lib32/pkgconfig</Path>
|
||||
<Path fileType="library">/usr/lib/cmake</Path>
|
||||
<Path fileType="library">/usr/lib32/cmake</Path>
|
||||
<Path fileType="library">/usr/lib/dbus-1.0/include</Path>
|
||||
<Path fileType="library">/usr/lib32/dbus-1.0/include</Path>
|
||||
<Path fileType="man">/usr/share/man/man3</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
Reference in New Issue
Block a user