diff options
author | Seunghun Lee <shiin.lee@samsung.com> | 2016-01-12 17:08:39 +0900 |
---|---|---|
committer | Seunghun Lee <shiin.lee@samsung.com> | 2016-01-21 16:24:34 +0900 |
commit | cdf8d8e36cde5dbabe09323bdd98d3e32a484cec (patch) | |
tree | b18af3d03d767178c9422d6ccd88ddea23087c45 /configure.ac | |
parent | dec88581611810e8fb824effa52de23768210bbf (diff) | |
download | e-mod-tizen-keyrouter-sandbox/shiin/devel.tar.gz e-mod-tizen-keyrouter-sandbox/shiin/devel.tar.bz2 e-mod-tizen-keyrouter-sandbox/shiin/devel.zip |
Modification for enlightenment version upgrade 0.20.0sandbox/shiin/devel
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 3e75c67..d9f4106 100644 --- a/configure.ac +++ b/configure.ac @@ -106,6 +106,11 @@ if test "x${have_wayland_only}" != "xno"; then AC_DEFINE_UNQUOTED([HAVE_WAYLAND_ONLY],[1],[enable wayland-only version of enlightenment]) fi +# to include e_comp_wl.h +if test "x${have_wayland_only}" != "xno"; then + AC_DEFINE_UNQUOTED([HAVE_WAYLAND],[1],[enable wayland support]) +fi + dnl ======================================================================== # checks for wayland only argument dnl ======================================================================== |