mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 17:09:48 +00:00
d83d55fef2
Original commit message from CVS: 2005-11-18 Andy Wingo <wingo@pobox.com> * configure.ac: * pkgconfig/gstreamer-net.pc.in: * pkgconfig/gstreamer-net-uninstalled.pc.in: * pkgconfig/Makefile.am: Add net pkgconfig files.
13 lines
416 B
PkgConfig
13 lines
416 B
PkgConfig
# the standard variables don't make sense for an uninstalled copy
|
|
prefix=
|
|
exec_prefix=
|
|
libdir=${pcfiledir}/..
|
|
includedir=${pcfiledir}/..
|
|
|
|
Name: GStreamer networking library, uninstalled
|
|
Description: Network-enabled GStreamer plug-ins and clocking, uninstalled
|
|
Requires: gstreamer-@GST_MAJORMINOR@ = @VERSION@
|
|
Version: @VERSION@
|
|
|
|
Libs: ${libdir}/gst/net/libgstnet-tempname-@GST_MAJORMINOR@.la
|
|
Cflags: -I${includedir}
|