mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
uninstalled pkgconfig fixes
Original commit message from CVS: uninstalled pkgconfig fixes
This commit is contained in:
parent
24b7a180e6
commit
c1576a214d
2 changed files with 6 additions and 1 deletions
|
@ -37,6 +37,7 @@ pkgconfig_DATA = \
|
||||||
gstreamer-libs-@GST_MAJORMINOR@.pc \
|
gstreamer-libs-@GST_MAJORMINOR@.pc \
|
||||||
gstreamer-play-@GST_MAJORMINOR@.pc
|
gstreamer-play-@GST_MAJORMINOR@.pc
|
||||||
|
|
||||||
|
CLEANFILES = $(pcfiles) $(pcfiles_uninstalled)
|
||||||
EXTRA_DIST= \
|
EXTRA_DIST= \
|
||||||
gstreamer-libs.pc.in gstreamer-libs-uninstalled.pc.in \
|
gstreamer-libs.pc.in gstreamer-libs-uninstalled.pc.in \
|
||||||
gstreamer-play.pc.in gstreamer-play-uninstalled.pc.in
|
gstreamer-play.pc.in gstreamer-play-uninstalled.pc.in
|
||||||
|
|
|
@ -2,4 +2,8 @@ Name: GStreamer Uninstalled Media-Specific Libraries
|
||||||
Description: Streaming-media framework media-specific libraries, not installed
|
Description: Streaming-media framework media-specific libraries, not installed
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Requires: gstreamer = @VERSION@
|
Requires: gstreamer = @VERSION@
|
||||||
Cflags: -I${pcfiledir}/gst-libs
|
Libs: -L${pcfiledir}/../gst-libs/gst/gconf \
|
||||||
|
-L${pcfiledir}/../gst-libs/gst/audio \
|
||||||
|
-L${pcfiledir}/../gst-libs/gst/video \
|
||||||
|
-L${pcfiledir}/../gst-libs/gst/play
|
||||||
|
Cflags: -I${pcfiledir}/../gst-libs
|
||||||
|
|
Loading…
Reference in a new issue