diff options
author | Koen Kooi <koen@openembedded.org> | 2009-07-09 09:29:15 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-07-09 09:29:15 +0200 |
commit | 09ba978139d5990f873d26c81fff7b1eb3c4e920 (patch) | |
tree | c35122968fbccade71796b27ac18f661d401900d /recipes/qt4/qt4-x11-free.inc | |
parent | ea73bad66e153a56e13c4b3d0f72beed3b5ab13f (diff) |
qt4-x11-free-gles: add an OopenGL ES1 version of qt4-x11-free
* currently sgx specific, but making it generic is easy
Diffstat (limited to 'recipes/qt4/qt4-x11-free.inc')
-rw-r--r-- | recipes/qt4/qt4-x11-free.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/qt4/qt4-x11-free.inc b/recipes/qt4/qt4-x11-free.inc index a021b6fc13..52db1872ef 100644 --- a/recipes/qt4/qt4-x11-free.inc +++ b/recipes/qt4/qt4-x11-free.inc @@ -21,8 +21,8 @@ SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-x11-opensource-src-${PV}.tar.gz " S = "${WORKDIR}/qt-x11-opensource-src-${PV}" - -QT_CONFIG_FLAGS += "-no-xinerama -no-xkb -no-opengl" +QT_GLFLAGS ?= "-no-opengl" +QT_CONFIG_FLAGS += "-no-xinerama -no-xkb ${QT_GLFLAGS}" QT_BASE_NAME = "qt4" QT_BASE_LIB = "libqt" QT_DIR_NAME = "qt4" |