wayland_shm: Fix evas test breakage

Failing to link the wayland dmabuf protocol in caused a symbol
resolution failure in the evas test
This commit is contained in:
Derek Foreman 2016-04-20 19:49:33 -05:00 committed by Chris Michael
parent a41f9ad870
commit 1505c2cf38
1 changed files with 1 additions and 0 deletions

View File

@ -1239,6 +1239,7 @@ modules/evas/engines/wayland_shm/evas_engine.c \
modules/evas/engines/wayland_shm/evas_engine.h \
modules/evas/engines/wayland_shm/evas_shm.c \
modules/evas/engines/wayland_shm/evas_dmabuf.c \
lib/ecore_wl2/linux-dmabuf-unstable-v1-protocol.c \
modules/evas/engines/wayland_shm/evas_outbuf.c
if EVAS_STATIC_BUILD_WAYLAND_SHM
lib_evas_libevas_la_SOURCES += $(WAYLAND_SHM_SOURCES)