summaryrefslogtreecommitdiff
path: root/lib/pkgconfig/opengl2.pc
diff options
context:
space:
mode:
authorsungmin82.ha <sungmin82.ha@samsung.com>2013-07-30 15:21:43 +0900
committersungmin82.ha <sungmin82.ha@samsung.com>2013-07-30 15:21:43 +0900
commit21f1eabcb6dcdeae221f0f667a8f80d0e06e1f01 (patch)
tree0ca6ce3510acadc63022998e51f59c9e2d9cb8d2 /lib/pkgconfig/opengl2.pc
parent7a766bf66498defb8e7477c6c402e23f1d04451b (diff)
downloadsimulator-opengl-21f1eabcb6dcdeae221f0f667a8f80d0e06e1f01.tar.gz
simulator-opengl-21f1eabcb6dcdeae221f0f667a8f80d0e06e1f01.tar.bz2
simulator-opengl-21f1eabcb6dcdeae221f0f667a8f80d0e06e1f01.zip
sync with tizen_2.2
Change-Id: I5659c55648529ef7f730e6da9bd7731152718594 Signed-off-by: Sungmin Ha <sungmin82.ha@samsung.com>
Diffstat (limited to 'lib/pkgconfig/opengl2.pc')
-rw-r--r--lib/pkgconfig/opengl2.pc12
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/pkgconfig/opengl2.pc b/lib/pkgconfig/opengl2.pc
deleted file mode 100644
index 451ab9f..0000000
--- a/lib/pkgconfig/opengl2.pc
+++ /dev/null
@@ -1,12 +0,0 @@
-prefix=/usr
-exec_prefix=${prefix}
-libdir=${exec_prefix}/lib
-includedir=${prefix}/include
-
-Name: Desktop OpenGL ES 2.0
-Description: Desktop OpenGL ES 2.0 Library
-Version:0.5
-
-Libs: -L${libdir} -lEGL -lGLESv2 -lX11 -ldl -lm
-Cflags: -I${includedir}
-