diff options
author | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2013-12-26 19:02:00 +0900 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2013-12-26 19:02:36 +0900 |
commit | 36c7fb69ebf7cabe53f9b1e59b01c4655f2b4566 (patch) | |
tree | a3ba36a4889620a1f9afdca82118531c09ae29ae /configure.ac | |
parent | ea62d081c12f6bb22ea667cf3a6788f001e83769 (diff) |
elm config - move x properties to child window of root. reduces wakeups
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2d082e15b..14ac06db2 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -235,7 +235,7 @@ AC_SUBST(ELM_WINCE_DEF) | |||
235 | 235 | ||
236 | AM_CONDITIONAL([ELEMENTARY_WINDOWS_BUILD], [test "x${have_windows}" = "xyes"]) | 236 | AM_CONDITIONAL([ELEMENTARY_WINDOWS_BUILD], [test "x${have_windows}" = "xyes"]) |
237 | 237 | ||
238 | efl_version="1.8.0" | 238 | efl_version="1.8.99" |
239 | 239 | ||
240 | PKG_CHECK_MODULES([ELEMENTARY], | 240 | PKG_CHECK_MODULES([ELEMENTARY], |
241 | [ | 241 | [ |