ecore_x/xlib/ecore_x_vsync.c uses dlopen and dlsym, but configure.ac

only checks for this for the XCB variant. This results in linker errors
when using strict linker flags (-Wl,-z,defs)
This commit is contained in:
Albin Tonnerre 2013-10-29 23:25:54 +01:00 committed by Michael Bouchaud
parent 047e3bf113
commit 6b130d8b18
1 changed files with 3 additions and 0 deletions

View File

@ -2772,6 +2772,9 @@ if test "x${want_x11_xlib}" = "xyes" ; then
AC_DEFINE([HAVE_ECORE_X_XLIB], [1], [Defined to 1 if Xlib is enabled.])
HAVE_ECORE_X_BACKEND="HAVE_ECORE_X_XLIB"
EFL_EVAL_PKGS([ECORE_X])
EFL_CHECK_FUNCS([ECORE_X], [dlopen dlsym])
fi
## XCB