summaryrefslogtreecommitdiff
path: root/src/glw/glw.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/glw/glw.pc.in')
-rw-r--r--src/glw/glw.pc.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/glw/glw.pc.in b/src/glw/glw.pc.in
new file mode 100644
index 0000000000..5493093be1
--- /dev/null
+++ b/src/glw/glw.pc.in
@@ -0,0 +1,13 @@
+prefix=@INSTALL_DIR@
+exec_prefix=${prefix}
+libdir=@INSTALL_LIB_DIR@
+includedir=@INSTALL_INC_DIR@
+
+Name: glw
+Description: Mesa OpenGL widget library
+Requires: gl
+Requires.private: @GLW_PC_REQ_PRIV@
+Version: @VERSION@
+Libs: -L${libdir} -lGLw
+Libs.private: @GLW_PC_LIB_PRIV@
+Cflags: -I${includedir} @GLW_PC_CFLAGS@