build: efl_wl: make sure we have the two files for efl_wl included

These two files coming in via EXTRA_DIST have not been included becuase
they have been living inside an ifdef which would only have them
included in a dist when configured with wayland enabled. We always want
to have these files in the dist though. Building for wayland out of a
tarball release works now again.

Problem reported by William L. Thomson Jr.
This commit is contained in:
Stefan Schmidt 2017-07-12 18:56:47 +02:00
parent 5f021bbfcf
commit 44b36e6697
2 changed files with 3 additions and 3 deletions

View File

@ -175,7 +175,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
@mkdir -p $(distdir)/wayland_protocol $(distdir)/lib/efl_wl/
@mkdir -p $(distdir)/modules/evas/engines/software_generic/filters/blur
for F in $(EXTRA_DIST2); do cp -f $(srcdir)/$$F $(distdir)/$$F; done

View File

@ -46,8 +46,8 @@ bin_efl_wl_efl_wl_test_stack_CPPFLAGS = \
@EFL_WL_CFLAGS@ \
@ELEMENTARY_CFLAGS@
endif
EXTRA_DIST2 += \
lib/efl_wl/copiedfromweston.x \
lib/efl_wl/x11.x
endif