mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 06:16:36 +00:00
Add pkgconfig files for photography interface library.
This commit is contained in:
parent
7dac3659c6
commit
2c158ffad9
5 changed files with 33 additions and 5 deletions
|
@ -1,11 +1,11 @@
|
||||||
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
|
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
|
||||||
|
|
||||||
SUBDIRS = \
|
SUBDIRS = \
|
||||||
gst-libs gst sys ext \
|
gst-libs gst sys ext pkgconfig \
|
||||||
m4 common docs tests po
|
m4 common docs tests po
|
||||||
|
|
||||||
DIST_SUBDIRS = \
|
DIST_SUBDIRS = \
|
||||||
gst gst-libs sys ext \
|
gst gst-libs sys ext pkgconfig \
|
||||||
m4 common docs tests po
|
m4 common docs tests po
|
||||||
|
|
||||||
# include before EXTRA_DIST for win32 assignment
|
# include before EXTRA_DIST for win32 assignment
|
||||||
|
|
|
@ -1879,6 +1879,9 @@ docs/Makefile
|
||||||
docs/plugins/Makefile
|
docs/plugins/Makefile
|
||||||
docs/plugins/figures/Makefile
|
docs/plugins/figures/Makefile
|
||||||
docs/version.entities
|
docs/version.entities
|
||||||
|
pkgconfig/Makefile
|
||||||
|
pkgconfig/gstreamer-plugins-bad.pc
|
||||||
|
pkgconfig/gstreamer-plugins-bad-uninstalled.pc
|
||||||
m4/Makefile
|
m4/Makefile
|
||||||
win32/common/config.h
|
win32/common/config.h
|
||||||
)
|
)
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
### all of the standard pc files we need to generate
|
### all of the standard pc files we need to generate
|
||||||
pcverfiles = \
|
pcverfiles = \
|
||||||
gstreamer-libs-@GST_MAJORMINOR@.pc
|
gstreamer-plugins-bad-@GST_MAJORMINOR@.pc
|
||||||
|
|
||||||
pcverfiles_uninstalled = \
|
pcverfiles_uninstalled = \
|
||||||
gstreamer-libs-@GST_MAJORMINOR@-uninstalled.pc
|
gstreamer-plugins-bad-@GST_MAJORMINOR@-uninstalled.pc
|
||||||
|
|
||||||
all-local: $(pcverfiles) $(pcverfiles_uninstalled)
|
all-local: $(pcverfiles) $(pcverfiles_uninstalled)
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ pkgconfig_DATA = $(pcverfiles)
|
||||||
|
|
||||||
CLEANFILES = $(pcverfiles) $(pcverfiles_uninstalled)
|
CLEANFILES = $(pcverfiles) $(pcverfiles_uninstalled)
|
||||||
pcinfiles = \
|
pcinfiles = \
|
||||||
gstreamer-libs.pc.in gstreamer-libs-uninstalled.pc.in
|
gstreamer-plugins-bad.pc.in gstreamer-plugins-bad-uninstalled.pc.in
|
||||||
|
|
||||||
DISTCLEANFILES = $(pcinfiles:.in=)
|
DISTCLEANFILES = $(pcinfiles:.in=)
|
||||||
EXTRA_DIST = $(pcinfiles)
|
EXTRA_DIST = $(pcinfiles)
|
||||||
|
|
13
pkgconfig/gstreamer-plugins-bad-uninstalled.pc.in
Normal file
13
pkgconfig/gstreamer-plugins-bad-uninstalled.pc.in
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
prefix=
|
||||||
|
exec_prefix=
|
||||||
|
libdir=${pcfiledir}/../gst-libs/gst/interfaces
|
||||||
|
includedir=${pcfiledir}/../gst-libs
|
||||||
|
|
||||||
|
Name: GStreamer Bad Plugin libraries, Uninstalled
|
||||||
|
Description: Currently includes the photography interface library, uninstalled
|
||||||
|
Version: @VERSION@
|
||||||
|
Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-base-@GST_MAJORMINOR@
|
||||||
|
|
||||||
|
Libs: -L${libdir} ${libdir}/libgstphotography-@GST_MAJORMINOR@.la
|
||||||
|
Cflags: -I${includedir}
|
||||||
|
|
12
pkgconfig/gstreamer-plugins-bad.pc.in
Normal file
12
pkgconfig/gstreamer-plugins-bad.pc.in
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
prefix=@prefix@
|
||||||
|
exec_prefix=@exec_prefix@
|
||||||
|
libdir=@libdir@
|
||||||
|
includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
|
||||||
|
|
||||||
|
Name: GStreamer Bad Plugin libraries
|
||||||
|
Description: Currently includes the photography interface library
|
||||||
|
Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-base-@GST_MAJORMINOR@
|
||||||
|
Version: @VERSION@
|
||||||
|
Libs: -L${libdir} -lgstphotography-@GST_MAJORMINOR@
|
||||||
|
Cflags: -I${includedir}
|
||||||
|
|
Loading…
Reference in a new issue