mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
c53ef04af7
We need them when building gir and typelib files for libraries that depend on these, such as gst-rtsp-server for example, in an uninstalled setup.
16 lines
391 B
PkgConfig
16 lines
391 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
|
|
datarootdir=${prefix}/share
|
|
datadir=${datarootdir}
|
|
girdir=${datadir}/gir-1.0
|
|
typelibdir=${libdir}/girepository-1.0
|
|
|
|
Name: GStreamer Floatcast Library
|
|
Description: Platform independent floating point macros
|
|
Requires: glib-2.0
|
|
Version: @VERSION@
|
|
Libs: @LIBM@
|
|
Cflags: -I${includedir}
|
|
|