diff options
author | David King <amigadave@amigadave.com> | 2014-09-10 14:13:05 +0100 |
---|---|---|
committer | David King <amigadave@amigadave.com> | 2014-09-10 14:13:05 +0100 |
commit | 37e7733761de04c0958eff08813d893756cf6acc (patch) | |
tree | 9b98d7057959a3c90832f7277f12ab928af61885 | |
parent | fb13dc2b221bdf1be4233c49218776b63f51d2fa (diff) |
Update .pc file Requires and Requires.private
-rw-r--r-- | data/cheese-gtk.pc.in | 3 | ||||
-rw-r--r-- | data/cheese.pc.in | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/data/cheese-gtk.pc.in b/data/cheese-gtk.pc.in index 87d75732..3f677e32 100644 --- a/data/cheese-gtk.pc.in +++ b/data/cheese-gtk.pc.in @@ -6,6 +6,7 @@ includedir=@includedir@ Name: cheese-gtk Description: Cheese webcam widgets Version: @PACKAGE_VERSION@ -Requires.private: gtk+-x11-3.0 gstreamer-1.0 gstreamer-plugins-base-1.0 libcanberra-gtk3 clutter-gtk-1.0 cheese +Requires.private: libcanberra-gtk3 clutter-gtk-1.0 cheese +Requires: gtk+-3.0 Libs: -L${libdir} -lcheese-gtk Cflags: -I${includedir}/cheese diff --git a/data/cheese.pc.in b/data/cheese.pc.in index ddc5ecc7..12dd6025 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-2.0 -Requires: clutter-1.0 +Requires.private: clutter-gst-2.0 gio-2.0 +Requires: clutter-1.0 gdk-pixbuf-2.0 gstreamer-1.0 Libs: -L${libdir} -lcheese Cflags: -I${includedir}/cheese |