fix undefined symbols on autotools+wayland build

This commit is contained in:
Mike Blumenkrantz 2017-11-03 14:01:40 -04:00
parent ecb0370ea9
commit aeee701b63
2 changed files with 6 additions and 4 deletions

View File

@ -682,7 +682,7 @@ AC_SUBST([SOUND_CFLAGS])
AC_SUBST([SOUND_LIBS])
if test "x${e_cv_want_wayland_only}" != "xno" ;then
PKG_CHECK_MODULES([WAYLAND], [ecore-wl2 >= 1.18 wayland-server >= 1.11.0 wayland-client >= 1.11.0 wayland-protocols >= 1.9 wayland-scanner >= 1.11.0 xkbcommon uuid],
PKG_CHECK_MODULES([WAYLAND], [ecore-wl2 >= 1.18 wayland-server >= 1.11.0 wayland-client >= 1.11.0 wayland-protocols >= 1.9 wayland-scanner >= 1.11.0 xkbcommon uuid efl-wl],
[
have_wayland=yes
have_wayland_dep=true

View File

@ -2,7 +2,6 @@ DISTCLEANFILES += src/bin/e_fm_shared_types.h
EXTRA_DIST += \
src/bin/e_drm2.x \
src/bin/e_gadget_runner.c \
src/bin/e_gadget_loader.c
efx_files = \
@ -438,7 +437,8 @@ src/bin/e_comp_wl_input.c \
src/bin/e_comp_wl_dmabuf.c \
src/bin/e_comp_wl.c \
src/bin/e_comp_wl_extensions.c \
src/bin/e_comp_wl_extensions_tizen.c
src/bin/e_comp_wl_extensions_tizen.c \
src/bin/e_gadget_runner.c
enlightenment_gen_src += \
src/bin/generated/linux-dmabuf-unstable-v1-server-protocol.h \
@ -456,7 +456,9 @@ src/bin/generated/relative-pointer-unstable-v1-server-protocol.h \
src/bin/generated/pointer-constraints-unstable-v1-protocol.c \
src/bin/generated/pointer-constraints-unstable-v1-server-protocol.h \
src/bin/generated/efl-aux-hints-protocol.c \
src/bin/generated/efl-aux-hints-server-protocol.h
src/bin/generated/efl-aux-hints-server-protocol.h \
src/bin/generated/e-gadget-protocol.c \
src/bin/generated/e-gadget-server-protocol.h
src/bin/e_comp_wl_extensions.c: \
$(enlightenment_gen_src)