summaryrefslogtreecommitdiff
path: root/src/mapi/es1api/glesv1_cm.pc.in
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2010-05-06 10:46:51 +0800
committerChia-I Wu <olv@lunarg.com>2010-05-08 14:55:57 +0800
commit559046e7917e5b9e4226bb02e86da17e62f1385e (patch)
tree2dcf0d029dfa3eda3d7444fbaaa398825fcc4f8d /src/mapi/es1api/glesv1_cm.pc.in
parentbc918efb5643a6d23711b2ae6247be87615c847d (diff)
mapi: Add install rules for OpenGL ES.
Move the install rules for OpenGL ES from src/mesa/Makefile to mapi.
Diffstat (limited to 'src/mapi/es1api/glesv1_cm.pc.in')
-rw-r--r--src/mapi/es1api/glesv1_cm.pc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/mapi/es1api/glesv1_cm.pc.in b/src/mapi/es1api/glesv1_cm.pc.in
new file mode 100644
index 0000000000..291f5abf3f
--- /dev/null
+++ b/src/mapi/es1api/glesv1_cm.pc.in
@@ -0,0 +1,12 @@
+prefix=@INSTALL_DIR@
+exec_prefix=${prefix}
+libdir=@INSTALL_LIB_DIR@
+includedir=@INSTALL_INC_DIR@
+
+Name: glesv1_cm
+Description: Mesa OpenGL ES 1.1 CM library
+Requires.private: @GLESv1_CM_PC_REQ_PRIV@
+Version: @VERSION@
+Libs: -L${libdir} -l@GLESv1_CM_LIB@
+Libs.private: @GLESv1_CM_PC_LIB_PRIV@
+Cflags: -I${includedir} @GLESv1_CM_PC_CFLAGS@