uninstalled pkgconfig fixes
Original commit message from CVS: uninstalled pkgconfig fixes
This commit is contained in:
parent
8a82029b69
commit
4bbe165f75
@ -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…
x
Reference in New Issue
Block a user