summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Michael <cp.michael@samsung.com>2014-03-06 12:36:53 +0000
committerChris Michael <cp.michael@samsung.com>2014-03-06 12:36:53 +0000
commit83dce935f526223366168749fe5823bbc1584829 (patch)
treebc02947c53ab9f5f50a1e275f92abc805840cc9b
parent119bdf90c701569b0c4b57e3fc87bf38b1a948cb (diff)
downloadefl-83dce935f526223366168749fe5823bbc1584829.tar.gz
efl: Fix build with drm disabled
@bugfix: Drm is optional, so ecore-evas should not internally depend on it unless ecore-drm is found. Signed-off-by: Chris Michael <cp.michael@samsung.com>
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 16d9eee296..f6d09008b9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3419,6 +3419,9 @@ EFL_INTERNAL_DEPEND_PKG([ECORE_EVAS], [eina])
ECORE_EVAS_MODULE([extn], [${want_ecore_evas_extn}])
ECORE_EVAS_MODULE([ews], [yes])
ECORE_EVAS_MODULE([fb], [${want_fb}])
+ECORE_EVAS_MODULE([drm], [${want_drm}],
+ [ EFL_OPTIONAL_INTERNAL_DEPEND_PKG([ECORE_EVAS], [${want_drm}], [ecore-drm]) ]
+)
ECORE_EVAS_MODULE([psl1ght], [${have_ps3}])
ECORE_EVAS_MODULE([opengl-cocoa], [${want_ecore_evas_gl_cocoa}])
@@ -3437,9 +3440,6 @@ AM_CONDITIONAL([BUILD_ECORE_EVAS_SDL],
ECORE_EVAS_MODULE([wayland-shm], [${want_wayland}])
ECORE_EVAS_MODULE([wayland-egl], [${want_ecore_evas_wayland_egl}])
-ECORE_EVAS_MODULE([drm], [${want_drm}],
- [ EFL_INTERNAL_DEPEND_PKG([ECORE_EVAS], [ecore-drm]) ]
-)
build_ecore_evas_wayland="no"
if test "x${have_ecore_evas_wayland_shm}" = "xyes" || \