diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2012-11-06 00:36:47 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-12 12:42:51 +0000 |
commit | 181874ba8033535bb4ce2b36725ae0a71c27b3bd (patch) | |
tree | 7db8d74ffb7a6bec58d47f809b758f4b508f35fd /meta/recipes-qt/qt4/qt4-native.inc | |
parent | 1b0d9cb1801a8eb68c82dfcda5a1da420ac8dd83 (diff) | |
download | openembedded-core-181874ba8033535bb4ce2b36725ae0a71c27b3bd.tar.gz openembedded-core-181874ba8033535bb4ce2b36725ae0a71c27b3bd.tar.bz2 openembedded-core-181874ba8033535bb4ce2b36725ae0a71c27b3bd.zip |
qt4: remove -lGLU from QMAKE_LIBS_OPENGL in our linux.conf
upstream does not need GLU since:
commit e7eed096a0c33607a7a37baaf06e5952dc9d556b
Author: Bj<C3><B8>rn Erik Nilsen <bjorn.nilsen@nokia.com>
Date: Mon Aug 9 14:07:01 2010 +0200
Remove dependency of OpenGL Utility Library (GLU).
GLU is not part of standard OpenGL and is not used internally in Qt,
so we should not depend on it.
Task-number: QT-12227
Reviewed-by: kim
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-qt/qt4/qt4-native.inc')
-rw-r--r-- | meta/recipes-qt/qt4/qt4-native.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-qt/qt4/qt4-native.inc b/meta/recipes-qt/qt4/qt4-native.inc index 5f0fce16f7..ad207231c7 100644 --- a/meta/recipes-qt/qt4/qt4-native.inc +++ b/meta/recipes-qt/qt4/qt4-native.inc @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=fbc093901857fcd118f065f900982c24 \ file://LICENSE.GPL3;md5=babc5b6b77441da277f5c06b2e547720 \ file://LGPL_EXCEPTION.txt;md5=411080a56ff917a5a1aa08c98acae354" -INC_PR = "r17" +INC_PR = "r18" inherit native |