derekf pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=6210bab777a4c9d84807efd1901c6d13a8079a38

commit 6210bab777a4c9d84807efd1901c6d13a8079a38
Author: Derek Foreman <der...@osg.samsung.com>
Date:   Tue Feb 14 17:00:34 2017 -0600

    build: Add our wayland protocols to the dist
    
    Oops, without these in the distribution tarball you can't
    build wayland support.
---
 src/Makefile.am                   | 3 +++
 src/Makefile_Wayland_Protocols.am | 4 ++++
 2 files changed, 7 insertions(+)

diff --git a/src/Makefile.am b/src/Makefile.am
index 4c92039..e9c4eb6 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -79,6 +79,8 @@ include Makefile_Eolian_Cxx.am
 
 include Makefile_Elua.am
 
+include Makefile_Wayland_Protocols.am
+
 if HAVE_JS
 AM_V_CP = $(am__v_CP_@AM_V@)
 am__v_CP_ = $(am__v_CP_@AM_DEFAULT_V@)
@@ -174,6 +176,7 @@ dist-hook:
        @mkdir -p $(distdir)/lib/evas/common/evas_op_mask 
$(distdir)/lib/evas/common/evas_op_mul
        @mkdir -p $(distdir)/lib/evas/common/evas_op_sub 
$(distdir)/lib/evas/filters/blur
        @mkdir -p $(distdir)/static_libs/http-parser/contrib 
$(distdir)/bindings/luajit/eina
+       @mkdir -p $(distdir)/wayland_protocol
        for F in $(EXTRA_DIST2); do cp -f $(srcdir)/$$F $(distdir)/$$F; done
 
 clean-local:
diff --git a/src/Makefile_Wayland_Protocols.am 
b/src/Makefile_Wayland_Protocols.am
new file mode 100644
index 0000000..27c0e68
--- /dev/null
+++ b/src/Makefile_Wayland_Protocols.am
@@ -0,0 +1,4 @@
+EXTRA_DIST2 += \
+wayland_protocol/session-recovery.xml \
+wayland_protocol/teamwork.xml \
+wayland_protocol/www.xml

-- 


Reply via email to