mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
make the include location more visible
Original commit message from CVS: make the include location more visible
This commit is contained in:
parent
bb83c424e4
commit
ca3436eca7
1 changed files with 4 additions and 5 deletions
|
@ -1,14 +1,13 @@
|
||||||
# the standard variables don't make sense for an uninstalled copy
|
# the standard variables don't make sense for an uninstalled copy
|
||||||
prefix=
|
prefix=
|
||||||
exec_prefix=
|
exec_prefix=
|
||||||
libdir=
|
libdir=${pcfiledir}
|
||||||
includedir=
|
includedir=${pcfiledir}
|
||||||
toolsdir=${pcfiledir}/tools
|
toolsdir=${pcfiledir}/tools
|
||||||
|
|
||||||
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: ${pcfiledir}/gst/libgstreamer.la -L${pcfiledir}/libs/gst/control/
|
Libs: ${libdir}/gst/libgstreamer.la -L${libdir}/libs/gst/control/
|
||||||
Cflags: -I${pcfiledir} -I${pcfiledir}/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