mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
17 lines
445 B
PkgConfig
17 lines
445 B
PkgConfig
|
prefix=@prefix@
|
||
|
exec_prefix=@exec_prefix@
|
||
|
libdir=@libdir@
|
||
|
includedir=@includedir@/gstreamer-@GST_API_VERSION@
|
||
|
datarootdir=${prefix}/share
|
||
|
datadir=${datarootdir}
|
||
|
girdir=${datadir}/gir-1.0
|
||
|
typelibdir=${libdir}/girepository-1.0
|
||
|
|
||
|
Name: GStreamer Bad Allocators Library
|
||
|
Description: Bad Allocators implementation
|
||
|
Requires: gstreamer-@GST_API_VERSION@
|
||
|
Version: @VERSION@
|
||
|
Libs: -L${libdir} -lgstbadallocators-@GST_API_VERSION@
|
||
|
Cflags: -I${includedir}
|
||
|
|