diff options
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | data/cheese.pc.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index a3f0e9a8..b93e491f 100644 --- a/configure.ac +++ b/configure.ac @@ -72,7 +72,7 @@ PANGOCAIRO_REQUIRED="pangocairo >= 1.28.0" LIBRSVG_REQUIRED="librsvg-2.0 >= 2.32.0" CLUTTER_REQUIRED="clutter-1.0 >= 1.13.2" CLUTTERGTK_REQUIRED="clutter-gtk-1.0 >= 0.91.8" -CLUTTERGST_REQUIRED="clutter-gst-3.0 >= 2.99.0" +CLUTTERGST_REQUIRED="clutter-gst-2.0 >= 1.9.0" LIBCANBERRA_REQUIRED="libcanberra-gtk3 >= 0.26" X11_REQUIRED="x11" GNOME_VIDEO_EFFECTS_REQUIRED="gnome-video-effects" diff --git a/data/cheese.pc.in b/data/cheese.pc.in index 2f361a9b..ddc5ecc7 100644 --- a/data/cheese.pc.in +++ b/data/cheese.pc.in @@ -6,7 +6,7 @@ includedir=@includedir@ Name: cheese Description: Cheese webcam utilities Version: @PACKAGE_VERSION@ -Requires.private: gstreamer-1.0 gstreamer-plugins-base-1.0 clutter-gst-3.0 +Requires.private: gstreamer-1.0 gstreamer-plugins-base-1.0 clutter-gst-2.0 Requires: clutter-1.0 Libs: -L${libdir} -lcheese Cflags: -I${includedir}/cheese |