ecore-evas: Fix Makefile to not include Ecore_Wayland
authorChris Michael <cpmichael@osg.samsung.com>
Wed, 18 May 2016 19:20:25 +0000 (15:20 -0400)
committerChris Michael <cpmichael@osg.samsung.com>
Wed, 18 May 2016 19:20:25 +0000 (15:20 -0400)
Ecore_Wayland is deprecated for 1.18 so this should have been removed
during that commit. Fell through the cracks sadly

@fix

Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
src/Makefile_Ecore_Evas.am

index 3ccf7c1..12efc0b 100644 (file)
@@ -186,7 +186,6 @@ $(install_ecoreevasenginewaylandpkgLTLIBRARIES): install-libLTLIBRARIES
 modules_ecore_evas_engines_wayland_module_la_SOURCES = $(WAYLANDSOURCES)
 modules_ecore_evas_engines_wayland_module_la_CPPFLAGS = -I$(top_builddir)/src/lib/efl \
 @ECORE_EVAS_CFLAGS@ \
-@ECORE_WAYLAND_CFLAGS@ \
 @ECORE_WL2_CFLAGS@ \
 -I$(top_srcdir)/src/modules/evas/engines/wayland_shm \
 -I$(top_srcdir)/src/modules/evas/engines/wayland_egl \
@@ -194,11 +193,9 @@ modules_ecore_evas_engines_wayland_module_la_CPPFLAGS = -I$(top_builddir)/src/li
 @ECORE_WL2_CFLAGS@
 modules_ecore_evas_engines_wayland_module_la_LIBADD = \
 @USE_ECORE_EVAS_LIBS@ \
-@USE_ECORE_WAYLAND_LIBS@ \
 @USE_ECORE_WL2_LIBS@
 modules_ecore_evas_engines_wayland_module_la_DEPENDENCIES = \
 @USE_ECORE_EVAS_INTERNAL_LIBS@ \
-@USE_ECORE_WAYLAND_INTERNAL_LIBS@ \
 @USE_ECORE_WL2_INTERNAL_LIBS@
 modules_ecore_evas_engines_wayland_module_la_LDFLAGS = -module @EFL_LTMODULE_FLAGS@
 modules_ecore_evas_engines_wayland_module_la_LIBTOOLFLAGS = --tag=disable-static