diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2011-06-04 15:22:06 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2011-06-04 15:22:06 +0100 |
commit | a4092cd5c4d56b90b82e590f42295d641e61024a (patch) | |
tree | 3e065d4c95ba54d5979d2ac5843ab147583ac3d2 /pkgconfig | |
parent | 0bf43651a9ca3d1d2e62806f7a5978c475c0ecf1 (diff) |
Remove everything libxml2- and loadsave-related
Diffstat (limited to 'pkgconfig')
-rw-r--r-- | pkgconfig/gstreamer-uninstalled.pc.in | 2 | ||||
-rw-r--r-- | pkgconfig/gstreamer.pc.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgconfig/gstreamer-uninstalled.pc.in b/pkgconfig/gstreamer-uninstalled.pc.in index 7ee1407a3..481f81ffa 100644 --- a/pkgconfig/gstreamer-uninstalled.pc.in +++ b/pkgconfig/gstreamer-uninstalled.pc.in @@ -12,7 +12,7 @@ typelibdir=@abs_top_builddir@/gst Name: GStreamer Uninstalled Description: Streaming media framework, Not Installed Version: @VERSION@ -Requires: @GST_PKG_DEPS@@LIBXML_PKG@ +Requires: @GST_PKG_DEPS@ Libs: @abs_top_builddir@/gst/libgstreamer-@GST_MAJORMINOR@.la # FIXME: the libs dir doesn't really belong here Cflags: -I@abs_top_srcdir@ -I@abs_top_srcdir@/libs -I@abs_top_builddir@ -I@abs_top_builddir@/libs diff --git a/pkgconfig/gstreamer.pc.in b/pkgconfig/gstreamer.pc.in index ad4554dcc..36fb2f4be 100644 --- a/pkgconfig/gstreamer.pc.in +++ b/pkgconfig/gstreamer.pc.in @@ -11,7 +11,7 @@ typelibdir=${libdir}/girepository-1.0 Name: GStreamer Description: Streaming media framework -Requires: @GST_PKG_DEPS@@LIBXML_PKG@ +Requires: @GST_PKG_DEPS@ Version: @VERSION@ Libs: -L${libdir} -lgstreamer-@GST_MAJORMINOR@ Cflags: -I${includedir} |