mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
mesa-demos: fix GLES2 build
(From OE-Core rev: 58047dcf547b582211f84c6f24c21cc1aa895f1e) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3ea5c742c8
commit
25db6dd7fc
@@ -0,0 +1,21 @@
|
||||
Fix to enable gles2 to build.
|
||||
|
||||
Ross Burton <ross.burton@intel.com>
|
||||
|
||||
Upstream-Status: Pending
|
||||
|
||||
Index: mesa-demos-8.0.1/src/egl/opengles2/es2_info.c
|
||||
===================================================================
|
||||
--- mesa-demos-8.0.1.orig/src/egl/opengles2/es2_info.c 2010-07-07 18:57:15.000000000 +0100
|
||||
+++ mesa-demos-8.0.1/src/egl/opengles2/es2_info.c 2012-08-01 13:14:59.000104115 +0100
|
||||
@@ -18,8 +18,8 @@
|
||||
#include <X11/Xlib.h>
|
||||
#include <X11/Xutil.h>
|
||||
#include <X11/keysym.h>
|
||||
-#include <GLES/gl.h>
|
||||
-#include <GLES/glext.h>
|
||||
+#include <GLES2/gl2.h>
|
||||
+#include <GLES2/gl2ext.h>
|
||||
#include <EGL/egl.h>
|
||||
|
||||
|
||||
@@ -11,10 +11,11 @@ LIC_FILES_CHKSUM = "file://src/xdemos/glxgears.c;beginline=1;endline=20;md5=9142
|
||||
|
||||
DEPENDS = "virtual/libx11 virtual/libgl glew"
|
||||
|
||||
PR = "r2"
|
||||
PR = "r3"
|
||||
|
||||
SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/demos/${PV}/${BPN}-${PV}.tar.bz2 \
|
||||
file://dso_linking_change_build_fix.patch"
|
||||
file://dso_linking_change_build_fix.patch \
|
||||
file://gles2-info.patch"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
|
||||
Reference in New Issue
Block a user