mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
Significant cleanup of Cflags and Libs, added ../ where necessary to compensate for the .pc files living in the pkgco...
Original commit message from CVS: Significant cleanup of Cflags and Libs, added ../ where necessary to compensate for the .pc files living in the pkgconfig/ subdir.
This commit is contained in:
parent
da83c3bba3
commit
ac3a27cb6f
1 changed files with 5 additions and 5 deletions
|
@ -1,14 +1,14 @@
|
|||
# the standard variables don't make sense for an uninstalled copy
|
||||
prefix=
|
||||
exec_prefix=
|
||||
libdir=${pcfiledir}
|
||||
includedir=${pcfiledir}
|
||||
toolsdir=${pcfiledir}/tools
|
||||
libdir=${pcfiledir}/..
|
||||
includedir=${pcfiledir}/..
|
||||
toolsdir=${pcfiledir}/../tools
|
||||
gstcontrol_libs=-lgstcontrol-@GST_MAJORMINOR@
|
||||
|
||||
Name: GStreamer Uninstalled
|
||||
Description: Streaming-media framework, Not Installed
|
||||
Version: @VERSION@
|
||||
Requires: @GST_PKG_DEPS@@LIBXML_PKG@
|
||||
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@
|
||||
Libs: ${libdir}/gst/libgstreamer-@GST_MAJORMINOR@.la
|
||||
Cflags: -I${includedir} -I${includedir}/libs @GST_PKG_CFLAGS@
|
||||
|
|
Loading…
Reference in a new issue