summaryrefslogtreecommitdiff
path: root/package/dbus/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-04-15 07:49:45 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-04-15 07:49:45 +0200
commit104fd4956517eee3a76add15b8f6cc6dc3047e96 (patch)
tree92f282c55b9512c67f3c6d895231c62a5ff3f432 /package/dbus/Makefile
parent3d536b4250d78751aa24fc1aab0d368f1f71070d (diff)
finetune, generate UUID and enable X support
Diffstat (limited to 'package/dbus/Makefile')
-rw-r--r--package/dbus/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/dbus/Makefile b/package/dbus/Makefile
index a86beb442..94f473121 100644
--- a/package/dbus/Makefile
+++ b/package/dbus/Makefile
@@ -30,13 +30,13 @@ $(eval $(call PKG_template,DBUS_DEV,dbus-dev,${PKG_VERSION}-${PKG_RELEASE},${PKG
TARGET_CFLAGS:= $(filter-out -flto,$(TARGET_CFLAGS))
CONFIGURE_ARGS+= --disable-tests \
--disable-abstract-sockets \
- --without-x \
--enable-checks \
--with-xml=expat \
--with-session-socket-dir=/var/tmp \
--disable-dnotify \
--disable-kqueue \
--disable-xml-docs \
+ --with-x \
--disable-doxygen-docs
CONFIGURE_ENV+= ac_cv_have_abstract_sockets=no
@@ -52,6 +52,7 @@ dbus-install:
${CP} ${WRKINST}/usr/lib/libdbus-1.so* ${IDIR_DBUS}/usr/lib
${INSTALL_BIN} ${WRKINST}/usr/bin/dbus-daemon ${IDIR_DBUS}/usr/bin
${INSTALL_BIN} ${WRKINST}/usr/bin/dbus-launch ${IDIR_DBUS}/usr/bin
+ ${INSTALL_BIN} ${WRKINST}/usr/bin/dbus-uuidgen ${IDIR_DBUS}/usr/bin
dbus-dev-install:
${INSTALL_DIR} ${IDIR_DBUS_DEV}/usr/include