From d33b27af9ee76546c97c55abbaf6326b2431c2d6 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Thu, 1 Oct 2015 10:23:28 -0400 Subject: [PATCH] elementary: Use ecore_wl2 library for elementary Signed-off-by: Chris Michael --- legacy/elementary/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/elementary/configure.ac b/legacy/elementary/configure.ac index 1c883581cd..1271665b88 100644 --- a/legacy/elementary/configure.ac +++ b/legacy/elementary/configure.ac @@ -247,7 +247,7 @@ ELM_CHECK_BACKEND([PSL1GHT]) ELM_CHECK_BACKEND([SDL]) ELM_CHECK_BACKEND([Cocoa]) ELM_CHECK_BACKEND([Win32]) -ELM_CHECK_BACKEND([Wayland]) +ELM_CHECK_BACKEND([Wl2]) ELM_CHECK_BACKEND([DRM]) ELM_CHECK_OPTION([elocation], [0.1.0])