diff options
author | Jørgen Lind <jorgen.lind@nokia.com> | 2010-07-07 13:09:35 (GMT) |
---|---|---|
committer | Jørgen Lind <jorgen.lind@nokia.com> | 2010-07-07 13:09:35 (GMT) |
commit | d7168ae0ff930f19f206a1b56c03fc35b22bb948 (patch) | |
tree | 2119cb085b6ea61c811cd66a29b2334b4bf98ba5 /configure | |
parent | 9cc54422943c0fc662b7b0c9a0d10565f7f6e73b (diff) | |
download | Qt-d7168ae0ff930f19f206a1b56c03fc35b22bb948.zip Qt-d7168ae0ff930f19f206a1b56c03fc35b22bb948.tar.gz Qt-d7168ae0ff930f19f206a1b56c03fc35b22bb948.tar.bz2 |
Never compile lighthouse with EGL support
it should reside in the plugin, not in the opengl module nor in gui
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6636,6 +6636,11 @@ else QT_CONFIG="$QT_CONFIG accessibility" fi +# egl stuff does not belong in lighthouse, but rather in plugins +if [ "$PLATFORM_QPA" = "yes" ]; then + CFG_EGL="no" +fi + # enable egl if [ "$CFG_EGL" = "no" ]; then QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_EGL" |