pkg-config: Make the generic pkg-config file more useful
This commit is contained in:
parent
4b5f764daf
commit
22f7e63254
@ -1,13 +1,15 @@
|
|||||||
|
# the standard variables don't make sense for an uninstalled copy
|
||||||
prefix=
|
prefix=
|
||||||
exec_prefix=
|
exec_prefix=
|
||||||
libdir=${pcfiledir}/../gst-libs/gst/interfaces
|
libdir=
|
||||||
includedir=${pcfiledir}/../gst-libs
|
# includedir is builddir because it is used to find gstconfig.h in places
|
||||||
|
includedir=@abs_top_builddir@/gst-libs
|
||||||
|
pluginsdir=@abs_top_builddir@
|
||||||
|
|
||||||
Name: GStreamer Bad Plugin libraries, Uninstalled
|
Name: GStreamer Bad Plugin libraries, Uninstalled
|
||||||
Description: Currently includes the photography interface library, uninstalled
|
Description: Streaming media framework, bad plugins libraries, uninstalled
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Requires: gstreamer-@GST_API_VERSION@ gstreamer-base-@GST_API_VERSION@
|
Requires: gstreamer-@GST_API_VERSION@
|
||||||
|
Libs: -L@abs_top_builddir@/gst-libs/gst/basecamerabinsrc -L@abs_top_builddir@/gst-libs/gst/codecparsers -L@abs_top_builddir@/gst-libs/gst/insertbin -L@abs_top_builddir@/gst-libs/gst/interfaces -L@abs_top_builddir@/gst-libs/gst/signalprocessor -L@abs_top_builddir@/gst-libs/gst/video
|
||||||
Libs: -L${libdir} ${libdir}/libgstphotography-@GST_API_VERSION@.la
|
Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs
|
||||||
Cflags: -I${includedir}
|
|
||||||
|
|
||||||
|
@ -2,10 +2,12 @@ prefix=@prefix@
|
|||||||
exec_prefix=@exec_prefix@
|
exec_prefix=@exec_prefix@
|
||||||
libdir=@libdir@
|
libdir=@libdir@
|
||||||
includedir=@includedir@/gstreamer-@GST_API_VERSION@
|
includedir=@includedir@/gstreamer-@GST_API_VERSION@
|
||||||
|
pluginsdir=@libdir@/gstreamer-@GST_API_VERSION@
|
||||||
|
|
||||||
|
|
||||||
Name: GStreamer Bad Plugin libraries
|
Name: GStreamer Bad Plugin libraries
|
||||||
Description: Currently includes the photography interface library
|
Description: Streaming media framework, bad plugins libraries
|
||||||
Requires: gstreamer-@GST_API_VERSION@ gstreamer-base-@GST_API_VERSION@
|
Requires: gstreamer-@GST_API_VERSION@
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Libs: -L${libdir} -lgstphotography-@GST_API_VERSION@
|
Libs: -L${libdir}
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user