pkg-config: Require gstreamer-controller and gstreamer-pbutils

Their headers are included by public GES headers
This commit is contained in:
Sebastian Dröge 2011-01-11 15:29:01 +01:00
parent 4315bd235e
commit 3142e86dd9
2 changed files with 2 additions and 2 deletions

View file

@ -7,6 +7,6 @@ includedir=${pcfiledir}/..
Name: gst-editing-services
Description: GStreamer Editing Services
Version: @VERSION@
Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-plugins-base-@GST_MAJORMINOR@
Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-base-@GST_MAJORMINOR@ gstreamer-controller-@GST_MAJORMINOR@ gstreamer-pbutils-@GST_MAJORMINOR@
Libs: ${libdir}/libges-@GST_MAJORMINOR@
Cflags: -I${includedir} -I@srcdir@/..

View file

@ -6,6 +6,6 @@ includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
Name: gst-editing-services
Description: GStreamer Editing Services
Version: @VERSION@
Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-base-@GST_MAJORMINOR@
Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-base-@GST_MAJORMINOR@ gstreamer-controller-@GST_MAJORMINOR@ gstreamer-pbutils-@GST_MAJORMINOR@
Libs: -L${libdir} -lges-@GST_MAJORMINOR@
Cflags: -I${includedir}