derekf pushed a commit to branch efl-1.21.

http://git.enlightenment.org/core/efl.git/commit/?id=2319ca7edbd3aa1d0ae55c7882c314bde8ff427e

commit 2319ca7edbd3aa1d0ae55c7882c314bde8ff427e
Author: Derek Foreman <derek.foreman.sams...@gmail.com>
Date:   Mon Aug 20 14:08:19 2018 -0400

    ecore_wl2_dmabuf: Depend on ecore_wl2
    
    Summary:
    fix commit 87332f2e3ab2694f27913222ddadbadbca5c4d54 which added a
    requirement to link with ecore_wl2 but no requirement that it be
    built first.
    
    ref T7327
    
    @fix
    
    Subscribers: cedric, #reviewers, #committers, zmike
    
    Tags: #efl
    
    Maniphest Tasks: T7327
    
    Differential Revision: https://phab.enlightenment.org/D6875
---
 src/Makefile_Ecore_Wl2.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/Makefile_Ecore_Wl2.am b/src/Makefile_Ecore_Wl2.am
index cad2769bf1..a3bdec5814 100644
--- a/src/Makefile_Ecore_Wl2.am
+++ b/src/Makefile_Ecore_Wl2.am
@@ -86,6 +86,7 @@ $(install_ecorewl2enginedmabufpkgLTLIBRARIES): 
install-libLTLIBRARIES
 modules_ecore_wl2_engines_dmabuf_module_la_SOURCES = $(DMABUFSOURCES)
 modules_ecore_wl2_engines_dmabuf_module_la_CPPFLAGS = 
-I$(top_builddir)/src/lib/efl @ECORE_WL2_CFLAGS@
 modules_ecore_wl2_engines_dmabuf_module_la_LDFLAGS = -module 
@EFL_LTMODULE_FLAGS@ @USE_ECORE_WL2_LIBS@
+modules_ecore_wl2_engines_dmabuf_module_la_DEPENDENCIES = 
lib/ecore_wl2/libecore_wl2.la
 modules_ecore_wl2_engines_dmabuf_module_la_LIBTOOLFLAGS = --tag=disable-static
 
 endif

-- 


Reply via email to