summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Fernengel <harald.fernengel@nokia.com>2009-12-04 14:03:48 +0100
committerHarald Fernengel <harald.fernengel@nokia.com>2009-12-04 14:16:55 +0100
commit56c9fe5f9ba08f20885454fee7cbb488fd4968eb (patch)
tree1c58f372b407c92028ef83d2b9e232fd0b1f325f
parent3b82e91bcfb19f52ce4d030eff146852d9cde08f (diff)
temporarily disable backingstore subsurfaces until they compile again with embedded-lite
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index dae89106b0..48185604c8 100755
--- a/configure
+++ b/configure
@@ -6075,7 +6075,8 @@ fi
if [ "$CFG_OPENGL" = "es1" ] || [ "$CFG_OPENGL" = "es1cl" ] || [ "$CFG_OPENGL" = "es2" ]; then
if [ "$PLATFORM_QWS" = "yes" -o "$PLATFORM_EMBLITE" = "yes" ]; then
- QCONFIG_FLAGS="$QCONFIG_FLAGS Q_BACKINGSTORE_SUBSURFACES"
+### TODO # QCONFIG_FLAGS="$QCONFIG_FLAGS Q_BACKINGSTORE_SUBSURFACES"
+ echo "### Q_BACKINGSTORE_SUBSURFACES disabled, re-enable once it compiles again"
QCONFIG_FLAGS="$QCONFIG_FLAGS Q_USE_EGLWINDOWSURFACE"
fi
QCONFIG_FLAGS="$QCONFIG_FLAGS QT_OPENGL_ES"