projects
/
test
/
generic
/
wayland-fits.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9af73ce
)
configure.ac: check specifically for EFL wayland modules.
author
U. Artie Eoff
<ullysses.a.eoff@intel.com>
Thu, 13 Sep 2012 01:02:08 +0000
(18:02 -0700)
committer
U. Artie Eoff
<ullysses.a.eoff@intel.com>
Thu, 13 Sep 2012 01:02:08 +0000
(18:02 -0700)
Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
bb250fa
..
ab9cb89
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-22,7
+22,7
@@
LT_INIT
PKG_CHECK_MODULES([CHECK], [check >= 0.9.8])
PKG_CHECK_MODULES(CAIRO, [cairo >= 1.10.0])
PKG_CHECK_MODULES(WAYLAND, [wayland-client wayland-egl])
-PKG_CHECK_MODULES(EFL, [elementary ecore
evas
], [have_efl=yes], [have_efl=no])
+PKG_CHECK_MODULES(EFL, [elementary ecore
-wayland evas-wayland-egl evas-wayland-shm
], [have_efl=yes], [have_efl=no])
AM_CONDITIONAL(BUILD_EFL_TESTS, test x$have_efl = xyes)
AC_CONFIG_FILES([Makefile