[rel-02] Add devel pkg
authorSangwon Ha <sw815.ha@samsung.com>
Thu, 26 Mar 2015 07:14:04 +0000 (16:14 +0900)
committerSangwon Ha <sw815.ha@samsung.com>
Thu, 26 Mar 2015 07:18:06 +0000 (16:18 +0900)
commit7146330088bcc9c5632c450da2fc2e41199141a9
tree94983e9c8a8d30d4384b7637d90c20faf62eb187
parent95b05454d0fd1d95ca772240b8e2671e7001cf02
[rel-02] Add devel pkg

  - Add Khronos EGL 1.4 / OpenGL ES 1.1 2.0 header files
  - Add pkg-config files for OpenGL 1.1 and 2.0
  - NOTE: CoreGL DOES NOT support OpenGL 1.1

Change-Id: I070c8fa0a1f6c8e1056b46a31f97db186b53c359
30 files changed:
CMakeLists.txt
COREGL.pc.in
Makefile
include/EGL/egl.h [deleted file]
include/EGL/eglext.h [deleted file]
include/GLES2/gl2.h [deleted file]
include/GLES2/gl2ext.h [deleted file]
include/GLES3/gl3.h [deleted file]
include_KHR/EGL/egl.h [new file with mode: 0644]
include_KHR/EGL/eglext.h [new file with mode: 0644]
include_KHR/EGL/eglplatform.h [moved from include/EGL/eglplatform.h with 68% similarity]
include_KHR/GLES/egl.h [new file with mode: 0644]
include_KHR/GLES/gl.h [new file with mode: 0644]
include_KHR/GLES/glext.h [new file with mode: 0644]
include_KHR/GLES/glplatform.h [new file with mode: 0644]
include_KHR/GLES2/gl2.h [new file with mode: 0644]
include_KHR/GLES2/gl2ext.h [new file with mode: 0644]
include_KHR/GLES2/gl2platform.h [moved from include/GLES2/gl2platform.h with 89% similarity]
include_KHR/GLES3/README [new file with mode: 0644]
include_KHR/GLES3/gl3.h [new file with mode: 0644]
include_KHR/GLES3/gl31.h [new file with mode: 0644]
include_KHR/GLES3/gl3platform.h [moved from include/GLES3/gl3platform.h with 100% similarity]
include_KHR/KHR/khrplatform.h [new file with mode: 0644]
packaging/coregl.manifest [new file with mode: 0644]
packaging/coregl.spec
pkgconfig/gles11.pc [new file with mode: 0644]
pkgconfig/gles20.pc [new file with mode: 0644]
pkgconfig/glesv1.pc [new file with mode: 0644]
pkgconfig/glesv1_cm.pc [new file with mode: 0644]
pkgconfig/glesv2.pc [new file with mode: 0644]