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
This commit is contained in:
Stefan Schmidt 2016-01-13 16:25:47 +01:00
parent 49ef37457a
commit 2d17f7894e
1 changed files with 3 additions and 0 deletions

View File

@ -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