summaryrefslogtreecommitdiff
path: root/pkgconfig/gstreamer-egl.pc.in
blob: bfc799482f18ca5a216b3292619cd83552540633 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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@