mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
pkg-config: Make the generic pkg-config file more useful
This commit is contained in:
parent
4b5f764daf
commit
22f7e63254
2 changed files with 14 additions and 10 deletions
|
@ -1,13 +1,15 @@
|
|||
# the standard variables don't make sense for an uninstalled copy
|
||||
prefix=
|
||||
exec_prefix=
|
||||
libdir=${pcfiledir}/../gst-libs/gst/interfaces
|
||||
includedir=${pcfiledir}/../gst-libs
|
||||
libdir=
|
||||
# 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
|
||||
Description: Currently includes the photography interface library, uninstalled
|
||||
Description: Streaming media framework, bad plugins libraries, uninstalled
|
||||
Version: @VERSION@
|
||||
Requires: gstreamer-@GST_API_VERSION@ gstreamer-base-@GST_API_VERSION@
|
||||
|
||||
Libs: -L${libdir} ${libdir}/libgstphotography-@GST_API_VERSION@.la
|
||||
Cflags: -I${includedir}
|
||||
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
|
||||
Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs
|
||||
|
||||
|
|
|
@ -2,10 +2,12 @@ prefix=@prefix@
|
|||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@/gstreamer-@GST_API_VERSION@
|
||||
pluginsdir=@libdir@/gstreamer-@GST_API_VERSION@
|
||||
|
||||
|
||||
Name: GStreamer Bad Plugin libraries
|
||||
Description: Currently includes the photography interface library
|
||||
Requires: gstreamer-@GST_API_VERSION@ gstreamer-base-@GST_API_VERSION@
|
||||
Description: Streaming media framework, bad plugins libraries
|
||||
Requires: gstreamer-@GST_API_VERSION@
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} -lgstphotography-@GST_API_VERSION@
|
||||
Libs: -L${libdir}
|
||||
Cflags: -I${includedir}
|
||||
|
|
Loading…
Reference in a new issue