mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
uninstalled pkgconfig fixes
Original commit message from CVS: uninstalled pkgconfig fixes
This commit is contained in:
parent
8a82029b69
commit
4bbe165f75
2 changed files with 6 additions and 1 deletions
|
@ -37,6 +37,7 @@ pkgconfig_DATA = \
|
|||
gstreamer-libs-@GST_MAJORMINOR@.pc \
|
||||
gstreamer-play-@GST_MAJORMINOR@.pc
|
||||
|
||||
CLEANFILES = $(pcfiles) $(pcfiles_uninstalled)
|
||||
EXTRA_DIST= \
|
||||
gstreamer-libs.pc.in gstreamer-libs-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
|
||||
Version: @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