diff options
Diffstat (limited to 'pkgconfig')
-rw-r--r-- | pkgconfig/Makefile.am | 8 | ||||
-rw-r--r-- | pkgconfig/gstreamer-plugins-ugly-uninstalled.pc.in | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am index 29c395af..b7089b7f 100644 --- a/pkgconfig/Makefile.am +++ b/pkgconfig/Makefile.am @@ -1,8 +1,8 @@ ### all of the standard pc files we need to generate pcverfiles = \ - gstreamer-plugins-ugly-@GST_MAJORMINOR@.pc + gstreamer-plugins-ugly-@GST_API_VERSION@.pc pcverfiles_uninstalled = \ - gstreamer-plugins-ugly-@GST_MAJORMINOR@-uninstalled.pc + gstreamer-plugins-ugly-@GST_API_VERSION@-uninstalled.pc ### all-local: $(pcverfiles) $(pcverfiles_uninstalled) all-local: $(pcverfiles_uninstalled) @@ -12,9 +12,9 @@ cp_verbose_ = $(cp_verbose_$(AM_DEFAULT_VERBOSITY)) cp_verbose_0 = @echo " CP $@"; ### how to generate versioned .pc files from .pc files in this dir -%-@GST_MAJORMINOR@.pc: %.pc +%-@GST_API_VERSION@.pc: %.pc $(cp_verbose)cp $< $@ -%-@GST_MAJORMINOR@-uninstalled.pc: %-uninstalled.pc +%-@GST_API_VERSION@-uninstalled.pc: %-uninstalled.pc $(cp_verbose)cp $< $@ # do not install for now diff --git a/pkgconfig/gstreamer-plugins-ugly-uninstalled.pc.in b/pkgconfig/gstreamer-plugins-ugly-uninstalled.pc.in index 2a9ee09a..6aefd7a0 100644 --- a/pkgconfig/gstreamer-plugins-ugly-uninstalled.pc.in +++ b/pkgconfig/gstreamer-plugins-ugly-uninstalled.pc.in @@ -7,7 +7,7 @@ pluginsdir=@abs_top_builddir@ Name: GStreamer Ugly Plugins, Uninstalled Description: Streaming media framework, ugly plugins, uninstalled Version: @VERSION@ -Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-plugins-base-@GST_MAJORMINOR@ +Requires: gstreamer-@GST_API_VERSION@ gstreamer-plugins-base-@GST_API_VERSION@ Libs: Cflags: |