diff options
author | daniel g. siegel <dgsiegel@gnome.org> | 2011-01-18 00:46:28 +0100 |
---|---|---|
committer | daniel g. siegel <dgsiegel@gnome.org> | 2011-01-18 00:49:23 +0100 |
commit | 4d879012859075a3e9493dba9d4a50d963b2a887 (patch) | |
tree | afdace65a58291df1372c6f19463120fa6096764 /configure.ac | |
parent | 6a5acbb27eb5d97175061430ac8abc907bb6852c (diff) |
remove dbus support from cheese, fixes bug #622915
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index d71075ce..40cbb375 100644 --- a/configure.ac +++ b/configure.ac @@ -83,8 +83,6 @@ GDK_REQUIRED=2.14.0 LIBGNOMEDESKTOP_REQUIRED=2.26.0 GSTREAMER_REQUIRED=0.10.23 CAIRO_REQUIRED=1.4.0 -DBUS_REQUIRED=1.0 -DBUS_GLIB_REQUIRED=0.7 PANGOCAIRO_REQUIRED=1.18.0 LIBRSVG_REQUIRED=2.18.0 CLUTTER_REQUIRED=1.4 @@ -142,8 +140,6 @@ PKG_CHECK_MODULES(CHEESE, \ gstreamer-0.10 >= $GSTREAMER_REQUIRED \ gstreamer-plugins-base-0.10 >= $GSTREAMER_REQUIRED \ cairo >= $CAIRO_REQUIRED \ - dbus-1 >= $DBUS_REQUIRED \ - dbus-glib-1 >= $DBUS_GLIB_REQUIRED \ pangocairo >= $PANGOCAIRO_REQUIRED \ librsvg-2.0 >= $LIBRSVG_REQUIRED \ clutter-1.0 >= $CLUTTER_REQUIRED \ |