summaryrefslogtreecommitdiff
path: root/lib/pkgconfig/opengl.pc
diff options
context:
space:
mode:
authorKim Kibum <kb0929.kim@samsung.com>2012-04-29 17:05:54 +0900
committerKim Kibum <kb0929.kim@samsung.com>2012-04-29 17:05:54 +0900
commitaf0ee32ff16f50fd25229151af7b4a9a6753ebe5 (patch)
tree23879e4123b40df9f773d4775dd64eefd914f4fe /lib/pkgconfig/opengl.pc
parent90dff65a3ccb36853763486671163ca81274b677 (diff)
downloadsimulator-opengl-af0ee32ff16f50fd25229151af7b4a9a6753ebe5.tar.gz
simulator-opengl-af0ee32ff16f50fd25229151af7b4a9a6753ebe5.tar.bz2
simulator-opengl-af0ee32ff16f50fd25229151af7b4a9a6753ebe5.zip
upload tizen1.0 source
Diffstat (limited to 'lib/pkgconfig/opengl.pc')
-rw-r--r--lib/pkgconfig/opengl.pc12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/pkgconfig/opengl.pc b/lib/pkgconfig/opengl.pc
new file mode 100644
index 0000000..f4095fe
--- /dev/null
+++ b/lib/pkgconfig/opengl.pc
@@ -0,0 +1,12 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: Desktop OpenGL ES
+Description: Desktop OpenGL ES Library
+Version:0.5
+
+Libs: -L${libdir} -lGL -lEGL -lGLESv1_CM -lX11 -ldl -lm
+Cflags: -I${includedir}
+