From fb2533bbecbb94c7b2a6eb909af96175d3433301 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Wed, 18 May 2016 15:20:25 -0400 Subject: [PATCH] ecore-evas: Fix Makefile to not include Ecore_Wayland 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 --- src/Makefile_Ecore_Evas.am | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Makefile_Ecore_Evas.am b/src/Makefile_Ecore_Evas.am index 3ccf7c1bde..12efc0b135 100644 --- a/src/Makefile_Ecore_Evas.am +++ b/src/Makefile_Ecore_Evas.am @@ -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