mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
fix uninstalled
Original commit message from CVS: fix uninstalled
This commit is contained in:
parent
cf119aa6bd
commit
cd13355931
2 changed files with 5 additions and 2 deletions
|
@ -25,9 +25,11 @@ SUBDIRS = include gst libs tools \
|
||||||
# These are all the possible subdirs
|
# These are all the possible subdirs
|
||||||
DIST_SUBDIRS = include libs gst tools tests testsuite examples docs
|
DIST_SUBDIRS = include libs gst tools tests testsuite examples docs
|
||||||
|
|
||||||
|
all-local: gstreamer-@GST_MAJORMINOR@.pc gstreamer-@GST_MAJORMINOR@-uninstalled.pc
|
||||||
|
|
||||||
gstreamer-@GST_MAJORMINOR@.pc: gstreamer.pc
|
gstreamer-@GST_MAJORMINOR@.pc: gstreamer.pc
|
||||||
cp gstreamer.pc gstreamer-@GST_MAJORMINOR@.pc
|
cp gstreamer.pc gstreamer-@GST_MAJORMINOR@.pc
|
||||||
gstreamer-uninstalled-@GST_MAJORMINOR@.pc: gstreamer.pc
|
gstreamer-@GST_MAJORMINOR@-uninstalled.pc: gstreamer.pc
|
||||||
cp gstreamer-uninstalled.pc gstreamer-@GST_MAJORMINOR@-uninstalled.pc
|
cp gstreamer-uninstalled.pc gstreamer-@GST_MAJORMINOR@-uninstalled.pc
|
||||||
|
|
||||||
pkgconfigdir = $(libdir)/pkgconfig
|
pkgconfigdir = $(libdir)/pkgconfig
|
||||||
|
|
|
@ -4,10 +4,11 @@ exec_prefix=
|
||||||
libdir=${pcfiledir}
|
libdir=${pcfiledir}
|
||||||
includedir=${pcfiledir}
|
includedir=${pcfiledir}
|
||||||
toolsdir=${pcfiledir}/tools
|
toolsdir=${pcfiledir}/tools
|
||||||
|
gstcontrol_libs=-lgstcontrol-@GST_MAJORMINOR@
|
||||||
|
|
||||||
Name: GStreamer Uninstalled
|
Name: GStreamer Uninstalled
|
||||||
Description: Streaming-media framework, Not Installed
|
Description: Streaming-media framework, Not Installed
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Requires: @GST_PKG_DEPS@@LIBXML_PKG@
|
Requires: @GST_PKG_DEPS@@LIBXML_PKG@
|
||||||
Libs: ${libdir}/gst/libgstreamer.la -L${libdir}/libs/gst/control/
|
Libs: ${libdir}/gst/libgstreamer-@GST_MAJORMINOR@.la -L${libdir}/libs/gst/control/
|
||||||
Cflags: -I${includedir} -I${includedir}/libs -I${pc_top_builddir}/${pcfiledir}/@srcdir@ -I${pc_top_builddir}/${pcfiledir}/@srcdir@/libs @GST_PKG_CFLAGS@
|
Cflags: -I${includedir} -I${includedir}/libs -I${pc_top_builddir}/${pcfiledir}/@srcdir@ -I${pc_top_builddir}/${pcfiledir}/@srcdir@/libs @GST_PKG_CFLAGS@
|
||||||
|
|
Loading…
Reference in a new issue