[oe-commits] Koen Kooi : openscenegraph: fix GLES2 and ffmpeg build

git version control git at git.openembedded.org
Thu Jul 8 10:46:33 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 73db29022359578bb8a5921c169504d29c5cf9f1
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=73db29022359578bb8a5921c169504d29c5cf9f1

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Jul  8 12:45:24 2010 +0200

openscenegraph: fix GLES2 and ffmpeg build

---

 recipes/opencv/openscenegraph_2.9.6.bb |   25 +++++++++++++++++++++++--
 1 files changed, 23 insertions(+), 2 deletions(-)

diff --git a/recipes/opencv/openscenegraph_2.9.6.bb b/recipes/opencv/openscenegraph_2.9.6.bb
index 0118a46..a1edf18 100644
--- a/recipes/opencv/openscenegraph_2.9.6.bb
+++ b/recipes/opencv/openscenegraph_2.9.6.bb
@@ -1,7 +1,9 @@
 DESCRIPTION = "The OpenSceneGraph is an open source high performance 3D graphics toolkit"
 LICENSE = "OSGPL"
 
-DEPENDS = "gtk+ ffmpeg poppler libxrandr"
+DEPENDS = "libxml2 gtk+ ffmpeg poppler libxrandr"
+
+PR = "r1"
 
 inherit cmake
 
@@ -13,7 +15,26 @@ SRC_URI[osg.sha256sum] = "9aa8ce2a581d42f8c9bac14dff5069c66633ddf73370a1e7412873
 
 S = "${WORKDIR}/OpenSceneGraph-${PV}"
 
-EXTRA_OECMAKE = " -DCMAKE_BUILD_TYPE=Release "
+# From http://www.openscenegraph.org/projects/osg/wiki/Community/OpenGL-ES
+EXTRA_OECMAKE = " -DCMAKE_BUILD_TYPE=Release \
+                  -DOSG_GLU_AVAILABLE=OFF \
+                  -DOSG_GL1_AVAILABLE=OFF \
+                  -DOSG_GL2_AVAILABLE=OFF \
+                  -DOSG_GL3_AVAILABLE=OFF \
+                  -DOSG_GLES1_AVAILABLE=OFF \
+                  -DOSG_GLES2_AVAILABLE=ON \
+                  -DOPENGL_egl_LIBRARY='-lEGL -lGLESv2 -lGLES_CM -lIMGegl -lsrv_um' \
+                  -DOPENGL_LIBRARY='-lGLESv2 -lGLES_CM -lIMGegl -lsrv_um' \
+                  -DOSG_GL_DISPLAYLISTS_AVAILABLE=OFF \
+                  -DOSG_GL_MATRICES_AVAILABLE=OFF \
+                  -DOSG_GL_VERTEX_FUNCS_AVAILABLE=OFF \
+                  -DOSG_GL_VERTEX_ARRAY_FUNCS_AVAILABLE=OFF \
+                  -DOSG_GL_FIXED_FUNCTION_AVAILABLE=OFF \
+                  -DOSG_CPP_EXCEPTIONS_AVAILABLE=OFF \
+                  -DPOPPLER_HAS_CAIRO_EXITCODE=0 \
+                "
+
+TARGET_CC_ARCH += "-D__STDC_CONSTANT_MACROS"
 
 FILES_${PN} = " ${bindir}/* ${libdir}/osgPlugins-${PV}/*.so "
 FILES_${PN}-dbg += "${libdir}/osgPlugins-${PV}/.debug"





More information about the Openembedded-commits mailing list