summaryrefslogtreecommitdiff
path: root/src/Makefile_Ecore_Wayland.am
diff options
context:
space:
mode:
authorU. Artie Eoff <ullysses.a.eoff@intel.com>2013-10-05 08:53:35 -0700
committerRafael Antognolli <rafael.antognolli@intel.com>2013-10-10 13:24:17 -0300
commitd201747cc8b0f74035c8069461c7df5704719bfe (patch)
treedd760ae03b6f374413fb635562c8b19f591915fc /src/Makefile_Ecore_Wayland.am
parent82e1fef6ed43dd511af3a502a0ba8f0207202987 (diff)
downloadefl-d201747cc8b0f74035c8069461c7df5704719bfe.tar.gz
ecore/wayland: detect wayland-scanner
We need the wayland-scanner program to auto-generate the subsurface protocol source files from subsurface.xml Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
Diffstat (limited to 'src/Makefile_Ecore_Wayland.am')
-rw-r--r--src/Makefile_Ecore_Wayland.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile_Ecore_Wayland.am b/src/Makefile_Ecore_Wayland.am
index 0709d6b545..607d26e032 100644
--- a/src/Makefile_Ecore_Wayland.am
+++ b/src/Makefile_Ecore_Wayland.am
@@ -31,6 +31,8 @@ lib_ecore_wayland_libecore_wayland_la_LIBADD = @ECORE_WAYLAND_LIBS@
lib_ecore_wayland_libecore_wayland_la_DEPENDENCIES = @ECORE_WAYLAND_INTERNAL_LIBS@
lib_ecore_wayland_libecore_wayland_la_LDFLAGS = @EFL_LTLIBRARY_FLAGS@
+wayland_protocoldir = $(top_srcdir)/data/ecore/ecore_wayland/protocol
+
lib/ecore_wayland/subsurface-protocol.c: $(wayland_protocoldir)/subsurface.xml
$(AM_V_GEN)$(wayland_scanner) code < $< > $@