diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-03-05 18:26:15 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-03-05 18:26:15 +0000 |
commit | 6ff6c7c2263c5991227ee24bea1df8ccc89073cc (patch) | |
tree | 3240111ca5b9c2807bc1471f93661bd4f699cec5 /packages/obsolete/maemo/gconf-osso/configure-dbus.patch | |
parent | 51e51ddf6a209b2215160db1788e9a3ef381d5fd (diff) |
maemo: moved gconf-osso, osso-gnome-vfs2 to obsolete/maemo/
Diffstat (limited to 'packages/obsolete/maemo/gconf-osso/configure-dbus.patch')
-rw-r--r-- | packages/obsolete/maemo/gconf-osso/configure-dbus.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/obsolete/maemo/gconf-osso/configure-dbus.patch b/packages/obsolete/maemo/gconf-osso/configure-dbus.patch new file mode 100644 index 0000000000..dfba0763c9 --- /dev/null +++ b/packages/obsolete/maemo/gconf-osso/configure-dbus.patch @@ -0,0 +1,11 @@ +--- GConf-2.6.4/configure.in.orig 2007-03-03 18:30:35.000000000 +0000 ++++ GConf-2.6.4/configure.in 2007-03-03 18:30:50.000000000 +0000 +@@ -186,7 +186,7 @@ + + AC_ARG_WITH(ipc, [ --with-ipc=[orbit/dbus/both] choose ipc mechanism to use in the daemon, [default=dbus]], with_ipc="$withval", with_ipc=dbus) + +-if test x$with_ipc = xorbit -o x$with_ipc = xboth; then ++if test x$with_ipc = xorbit -o x$with_ipc = xboth -o x$with_ipc = xdbus; then + PKG_CHECK_MODULES(GCONF_ORBIT, ORBit-2.0 >= 2.4.0 linc >= 0.5.0, have_orbit=yes, have_orbit=no) + if test x$have_orbit = xno ; then + AC_MSG_WARN([ORBit development libraries not found]) |