From 37e7733761de04c0958eff08813d893756cf6acc Mon Sep 17 00:00:00 2001 From: David King Date: Wed, 10 Sep 2014 14:13:05 +0100 Subject: [PATCH] Update .pc file Requires and Requires.private --- data/cheese-gtk.pc.in | 3 ++- 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 -- 2.11.4.GIT