mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 10:59:39 +00:00
13 lines
430 B
PkgConfig
13 lines
430 B
PkgConfig
prefix=
|
|
exec_prefix=
|
|
libdir=${pcfiledir}/../gst-libs/gst/app
|
|
includedir=${pcfiledir}/../gst-libs
|
|
|
|
Name: GStreamer Application Library, Uninstalled
|
|
Description: Helper functions and base classes for application integration, uninstalled
|
|
Version: @VERSION@
|
|
Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-base-@GST_MAJORMINOR@
|
|
|
|
Libs: -L${libdir} ${libdir}/libgstapp-@GST_MAJORMINOR@.la
|
|
Cflags: -I${includedir} -I@srcdir@/../gst-libs
|
|
|