devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=1505c2cf380b97c34e0167b32a537cd730c1e4b7

commit 1505c2cf380b97c34e0167b32a537cd730c1e4b7
Author: Derek Foreman <der...@osg.samsung.com>
Date:   Wed Apr 20 19:49:33 2016 -0500

    wayland_shm: Fix evas test breakage
    
    Failing to link the wayland dmabuf protocol in caused a symbol
    resolution failure in the evas test
---
 src/Makefile_Evas.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/Makefile_Evas.am b/src/Makefile_Evas.am
index c7814a2..5e203db 100644
--- a/src/Makefile_Evas.am
+++ b/src/Makefile_Evas.am
@@ -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)

-- 


Reply via email to