egl: Add infrastructure for EGLImage handling
[platform/upstream/gstreamer.git] / pkgconfig / gstreamer-egl.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@/gstreamer-@GST_API_VERSION@
5
6 Name: GStreamer EGL
7 Description: GStreamer EGL library
8 Requires: gstreamer-@GST_API_VERSION@
9 Version: @VERSION@
10 Libs: -L${libdir} -lgstegl-@GST_API_VERSION@ @EGL_LIBS@
11 Cflags: -I${includedir} @EGL_CFLAGS@
12