diff options
Diffstat (limited to 'src/egl/glitz-egl.pc.in')
-rw-r--r-- | src/egl/glitz-egl.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/egl/glitz-egl.pc.in b/src/egl/glitz-egl.pc.in new file mode 100644 index 0000000..6182874 --- /dev/null +++ b/src/egl/glitz-egl.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: libglitz-egl +Description: OpenGL compositing library (EGL backend) +Version: @VERSION@ +Requires: glitz +Libs: -L${libdir} -lglitz-egl @EGL_LIBS@ +Cflags: -I${includedir} @EGL_CFLAGS@ |