projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
047e3bf
)
ecore_x/xlib/ecore_x_vsync.c uses dlopen and dlsym, but configure.ac
author
Albin Tonnerre
<lutin@debian.org>
Tue, 29 Oct 2013 22:25:54 +0000
(23:25 +0100)
committer
Michael Bouchaud
<yoz@efl.so>
Tue, 29 Oct 2013 22:37:03 +0000
(23:37 +0100)
only checks for this for the XCB variant. This results in linker errors
when using strict linker flags (-Wl,-z,defs)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 2060040783acc57a7ed8a29560e13b4eba11660c..413264ad2fb9d41e486dea8140e792444a32229c 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-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