diff options
author | Koen Kooi <koen@openembedded.org> | 2010-04-17 19:07:27 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-19 09:49:31 +0200 |
commit | 5be3f18db6f7344e500ec42e661b668ef8d4526b (patch) | |
tree | 37449f1c03b80a5e3f771c08c35e69f30c54d616 /recipes/qt4/qt4-x11-free-gles/linux.conf | |
parent | bdffb75d4b09b554a9f5dfe51ec169182511079d (diff) |
qt4-*-gles 4.6.2: small updates
* don't forcefully disable openVG
* don't forcefully disable cursor for QT/e, not everything is a touchscreen
Diffstat (limited to 'recipes/qt4/qt4-x11-free-gles/linux.conf')
-rw-r--r-- | recipes/qt4/qt4-x11-free-gles/linux.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes/qt4/qt4-x11-free-gles/linux.conf b/recipes/qt4/qt4-x11-free-gles/linux.conf index ef641f54a9..70eccce125 100644 --- a/recipes/qt4/qt4-x11-free-gles/linux.conf +++ b/recipes/qt4/qt4-x11-free-gles/linux.conf @@ -60,6 +60,4 @@ QMAKE_MKDIR = mkdir -p QMAKE_INSTALL_FILE = install -m 644 -p QMAKE_INSTALL_PROGRAM = install -m 755 -p -DEFINES += QT_NO_OPENVG - include(unix.conf) |