diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2010-02-16 14:38:26 +0100 |
---|---|---|
committer | Damien Lespiau <damien.lespiau@intel.com> | 2010-02-16 14:43:37 +0100 |
commit | 9b6e364cae5b210ce7b110ace7798529579fec74 (patch) | |
tree | 5f625d5e1ea2dfe0268aeca6612446b32edf826c /clutter-gst.pc.in | |
parent | 916a605139b28027ec84d0c5bcf64ff6e33a94f9 (diff) | |
download | clutter-gst-9b6e364cae5b210ce7b110ace7798529579fec74.tar.gz |
build: Add a Requires.private field in the .pc file
We use gio-2.0 internally (not exposing it in the headers) so it's good
to add a Requires.private field to make that fact clear.
Diffstat (limited to 'clutter-gst.pc.in')
-rw-r--r-- | clutter-gst.pc.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clutter-gst.pc.in b/clutter-gst.pc.in index 845aa86..27e35f8 100644 --- a/clutter-gst.pc.in +++ b/clutter-gst.pc.in @@ -9,3 +9,4 @@ Version: @VERSION@ Libs: -L${libdir} -lclutter-gst-@CLUTTER_GST_MAJORMINOR@ Cflags: -I${includedir}/clutter-@CLUTTER_API_VERSION@ Requires: clutter-@CLUTTER_API_VERSION@ gstreamer-0.10 gstreamer-base-0.10 gstreamer-plugins-base-0.10 +Requires.private: gio-2.0 |