mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 10:31:05 +00:00
12 lines
317 B
PkgConfig
12 lines
317 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@/gstreamer-@GST_API_VERSION@
|
|
|
|
Name: GStreamer EGL
|
|
Description: GStreamer EGL library
|
|
Requires: gstreamer-@GST_API_VERSION@
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lgstegl-@GST_API_VERSION@ @EGL_LIBS@
|
|
Cflags: -I${includedir} @EGL_CFLAGS@
|
|
|