mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 23:36:38 +00:00
pkgconfig: Fix gstreamer-basevideo-uninstalled.pc.in
This commit is contained in:
parent
03f1f0214e
commit
f5a142068f
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
prefix=
|
||||
exec_prefix=
|
||||
libdir=${pcfiledir}/../gst-libs/gst/basevideo
|
||||
libdir=${pcfiledir}/../gst-libs/gst/video
|
||||
includedir=${pcfiledir}/../gst-libs
|
||||
|
||||
Name: GStreamer base video, Uninstalled
|
||||
Description: Base class, interface and utilities for video elements, Uninstalled
|
||||
Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-base-@GST_MAJORMINOR@
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} ${libdir}/libgstbasevideo-@GST_MAJORMINOR@.la
|
||||
Libs: -L${libdir} ${libdir}/libgstvideo-@GST_MAJORMINOR@.la
|
||||
Cflags: -I${includedir}
|
||||
|
||||
|
|
Loading…
Reference in a new issue