stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=2d17f7894e931c50728bc4651b07a01c88644f5f

commit 2d17f7894e931c50728bc4651b07a01c88644f5f
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Wed Jan 13 16:25:47 2016 +0100

    build: check for dlopen() when we build the ecore_evas drm module
    
    We use it to check for libglapi.so.0
    
    Original patch by aerodynamik
    
    ref T2953
---
 configure.ac | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configure.ac b/configure.ac
index 0040323..0ee5a4c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4342,6 +4342,9 @@ EFL_EVAL_PKGS([ECORE_EVAS])
 ### Checks for linker characteristics
 
 ### Checks for library functions
+if test "x${want_gl_drm}" = "xyes" ; then
+   EFL_CHECK_FUNCS([ECORE_EVAS], [dlopen])
+fi
 
 EFL_LIB_END([Ecore_Evas])
 #### End of Ecore_Evas

-- 


Reply via email to