fix building for wayland-only when --enable-wayland-clients is not

specified

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-06-05 11:27:16 -04:00 committed by Chris Michael
parent 8c64e5c208
commit dc4e619dea
3 changed files with 6 additions and 8 deletions

View File

@ -202,7 +202,7 @@ src/bin/e_xsettings.h \
src/bin/e_zoomap.h \
src/bin/e_zone.h
if HAVE_WAYLAND_CLIENTS
if HAVE_WAYLAND
ENLIGHTENMENTHEADERS += \
src/bin/e_uuid_store.h \
src/bin/e_comp_wl_data.h \
@ -377,7 +377,7 @@ src/bin/e_randr.c \
src/bin/e_xsettings.c
endif
if HAVE_WAYLAND_CLIENTS
if HAVE_WAYLAND
enlightenment_src += \
src/bin/e_uuid_store.c \
src/bin/e_comp_wl_data.c \

View File

@ -1,9 +1,5 @@
#include "e.h"
#if defined(HAVE_WAYLAND_CLIENTS) || defined(HAVE_WAYLAND_ONLY)
# include "e_comp_wl.h"
#endif
#define OVER_FLOW 1
//#define SHAPE_DEBUG
//#define BORDER_ZOOMAPS

View File

@ -155,6 +155,8 @@
#include "e_comp_canvas.h"
#include "e_utils.h"
#include "e_hints.h"
#ifdef HAVE_WAYLAND_CLIENTS
# include "e_uuid_store.h"
#if defined(HAVE_WAYLAND_CLIENTS) || defined(HAVE_WAYLAND_ONLY)
# include "e_comp_wl.h"
# include "e_uuid_store.h"
#endif