diff options
author | David King <amigadave@amigadave.com> | 2013-10-31 19:11:20 +0000 |
---|---|---|
committer | David King <amigadave@amigadave.com> | 2013-10-31 19:11:20 +0000 |
commit | 50b51e08de071d589e2aaa1f0acc8ee4b63a24bc (patch) | |
tree | f8648e6ed26d0e1d93491b0fa32b86696bf2da29 | |
parent | 109b70246bfd1019fa0cbeeecf6ee4f5b87ae141 (diff) |
Revert "Use ClutterGst 3.0"
This reverts commit 5061d1cdaf7ad9eb733047455b5b5d7a4551eb93. The
jhbuild 3.12 moduleset is using the clutter-gst-2.0 branch.
-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 |