diff options
Diffstat (limited to 'recipes/dbus/dbus.inc')
-rw-r--r-- | recipes/dbus/dbus.inc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes/dbus/dbus.inc b/recipes/dbus/dbus.inc index 202aec432d..0477a27474 100644 --- a/recipes/dbus/dbus.inc +++ b/recipes/dbus/dbus.inc @@ -4,7 +4,7 @@ SECTION = "base" LICENSE = "GPL" DEPENDS = "expat glib-2.0 virtual/libintl libsm libice virtual/libx11" -INC_PR = "r16" +INC_PR = "r17" SRC_URI = "\ http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ @@ -19,6 +19,8 @@ S = "${WORKDIR}/dbus-${PV}" inherit autotools pkgconfig update-rc.d gettext +EXTRA_OECONF_X = "--with-x" + EXTRA_OECONF = "\ --disable-qt \ --disable-qt3 \ @@ -27,9 +29,10 @@ EXTRA_OECONF = "\ --disable-checks \ --disable-xml-docs \ --disable-doxygen-docs \ + --disable-libaudit \ --with-xml=expat \ - --with-x \ --with-dbus-default-reply-timeout=200000 \ + ${EXTRA_OECONF_X} \ " do_compile_prepend_mipsel() { |