mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
update uninstalled pc files
Original commit message from CVS: update uninstalled pc files
This commit is contained in:
parent
a08a8d8fea
commit
41f6c2b0fe
3 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# the standard variables don't make sense for an uninstalled copy
|
||||
prefix=
|
||||
exec_prefix=
|
||||
libdir=${pcfiledir}/../gst/base
|
||||
libdir=${pcfiledir}/../libs/gst/base
|
||||
includedir=${pcfiledir}/..
|
||||
|
||||
Name: GStreamer base classes, uninstalled
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# the standard variables don't make sense for an uninstalled copy
|
||||
prefix=
|
||||
exec_prefix=
|
||||
libdir=${pcfiledir}/../gst/check
|
||||
libdir=${pcfiledir}/../libs/gst/check
|
||||
includedir=${pcfiledir}/..
|
||||
|
||||
Name: GStreamer check unit testing, uninstalled
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
# the standard variables don't make sense for an uninstalled copy
|
||||
prefix=
|
||||
exec_prefix=
|
||||
libdir=${pcfiledir}/..
|
||||
libdir=${pcfiledir}/../libs/gst/net
|
||||
|
||||
includedir=${pcfiledir}/..
|
||||
|
||||
Name: GStreamer networking library, uninstalled
|
||||
|
@ -9,5 +10,5 @@ Description: Network-enabled GStreamer plug-ins and clocking, uninstalled
|
|||
Requires: gstreamer-@GST_MAJORMINOR@ = @VERSION@
|
||||
Version: @VERSION@
|
||||
|
||||
Libs: ${libdir}/gst/net/libgstnet-@GST_MAJORMINOR@.la
|
||||
Libs: ${libdir}/libgstnet-@GST_MAJORMINOR@.la
|
||||
Cflags: -I${includedir}
|
||||
|
|
Loading…
Reference in a new issue