diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2017-12-13 01:05:32 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2017-12-19 12:02:31 +0000 |
commit | 2b7cc47990bf6ee9a3cdc55e3c64835bde69fea6 (patch) | |
tree | 09990a0f321add830e61081e9a2c454fa4f97b88 /pkgconfig | |
parent | 06e4403fdb86d481e0600e2250f3ae625ba60cb4 (diff) |
allocatorsbad: physmem moved to -base
Diffstat (limited to 'pkgconfig')
-rw-r--r-- | pkgconfig/Makefile.am | 9 | ||||
-rw-r--r-- | pkgconfig/gstreamer-bad-allocators-uninstalled.pc.in | 16 | ||||
-rw-r--r-- | pkgconfig/gstreamer-bad-allocators.pc.in | 16 |
3 files changed, 3 insertions, 38 deletions
diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am index b5f1d7bb1..6598baf14 100644 --- a/pkgconfig/Makefile.am +++ b/pkgconfig/Makefile.am @@ -7,8 +7,7 @@ pcverfiles = \ gstreamer-mpegts-@GST_API_VERSION@.pc \ gstreamer-player-@GST_API_VERSION@.pc \ gstreamer-bad-audio-@GST_API_VERSION@.pc \ - gstreamer-bad-video-@GST_API_VERSION@.pc \ - gstreamer-bad-allocators-@GST_API_VERSION@.pc + gstreamer-bad-video-@GST_API_VERSION@.pc pcverfiles_uninstalled = \ gstreamer-plugins-bad-@GST_API_VERSION@-uninstalled.pc \ @@ -17,8 +16,7 @@ pcverfiles_uninstalled = \ gstreamer-mpegts-@GST_API_VERSION@-uninstalled.pc \ gstreamer-player-@GST_API_VERSION@-uninstalled.pc \ gstreamer-bad-audio-@GST_API_VERSION@-uninstalled.pc \ - gstreamer-bad-video-@GST_API_VERSION@-uninstalled.pc \ - gstreamer-bad-allocators-@GST_API_VERSION@-uninstalled.pc + gstreamer-bad-video-@GST_API_VERSION@-uninstalled.pc all-local: $(pcverfiles) $(pcverfiles_uninstalled) @@ -56,8 +54,7 @@ pcinfiles = \ gstreamer-mpegts.pc.in gstreamer-mpegts-uninstalled.pc.in \ gstreamer-player.pc.in gstreamer-player-uninstalled.pc.in \ gstreamer-bad-audio.pc.in gstreamer-bad-audio-uninstalled.pc.in \ - gstreamer-bad-video.pc.in gstreamer-bad-video-uninstalled.pc.in \ - gstreamer-bad-allocators.pc.in gstreamer-bad-allocators-uninstalled.pc.in + gstreamer-bad-video.pc.in gstreamer-bad-video-uninstalled.pc.in DISTCLEANFILES = $(pcinfiles:.in=) EXTRA_DIST = $(pcinfiles) diff --git a/pkgconfig/gstreamer-bad-allocators-uninstalled.pc.in b/pkgconfig/gstreamer-bad-allocators-uninstalled.pc.in deleted file mode 100644 index 6747eb2b8..000000000 --- a/pkgconfig/gstreamer-bad-allocators-uninstalled.pc.in +++ /dev/null @@ -1,16 +0,0 @@ -# the standard variables don't make sense for an uninstalled copy -prefix= -exec_prefix= -libdir=@abs_top_builddir@/gst-libs/gst/allocators/.libs -# includedir is builddir because it is used to find gstconfig.h in places -includedir=@abs_top_builddir@/gst-libs -girdir=@abs_top_builddir@/gst-libs/gst/allocators -typelibdir=@abs_top_builddir@/gst-libs/gst/allocators - -Name: GStreamer Bad Allocators Library, Uninstalled -Description: Bad Allocators implementation, uninstalled -Version: @VERSION@ -Requires: gstreamer-@GST_API_VERSION@ -Libs: -L${libdir} -lgstbadallocators-@GST_API_VERSION@ -Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs - diff --git a/pkgconfig/gstreamer-bad-allocators.pc.in b/pkgconfig/gstreamer-bad-allocators.pc.in deleted file mode 100644 index 593b3e2a3..000000000 --- a/pkgconfig/gstreamer-bad-allocators.pc.in +++ /dev/null @@ -1,16 +0,0 @@ -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -includedir=@includedir@/gstreamer-@GST_API_VERSION@ -datarootdir=${prefix}/share -datadir=${datarootdir} -girdir=${datadir}/gir-1.0 -typelibdir=${libdir}/girepository-1.0 - -Name: GStreamer Bad Allocators Library -Description: Bad Allocators implementation -Requires: gstreamer-@GST_API_VERSION@ -Version: @VERSION@ -Libs: -L${libdir} -lgstbadallocators-@GST_API_VERSION@ -Cflags: -I${includedir} - |