diff options
author | Chia-I Wu <[email protected]> | 2010-05-06 10:46:51 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2010-05-08 14:55:57 +0800 |
commit | 559046e7917e5b9e4226bb02e86da17e62f1385e (patch) | |
tree | 2dcf0d029dfa3eda3d7444fbaaa398825fcc4f8d /src/mapi/es2api | |
parent | bc918efb5643a6d23711b2ae6247be87615c847d (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/es2api')
-rw-r--r-- | src/mapi/es2api/glesv2.pc.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/mapi/es2api/glesv2.pc.in b/src/mapi/es2api/glesv2.pc.in new file mode 100644 index 00000000000..3b747cbee77 --- /dev/null +++ b/src/mapi/es2api/glesv2.pc.in @@ -0,0 +1,12 @@ +prefix=@INSTALL_DIR@ +exec_prefix=${prefix} +libdir=@INSTALL_LIB_DIR@ +includedir=@INSTALL_INC_DIR@ + +Name: glesv2 +Description: Mesa OpenGL ES 2.0 library +Requires.private: @GLESv2_PC_REQ_PRIV@ +Version: @VERSION@ +Libs: -L${libdir} -l@GLESv2_LIB@ +Libs.private: @GLESv2_PC_LIB_PRIV@ +Cflags: -I${includedir} @GLESv2_PC_CFLAGS@ |