From 1e2427c7bb2c5b86279e8f879ba31d0f996a80ba Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Tue, 12 Apr 2011 23:02:25 +0200 Subject: [PATCH] evas: fixed building of X11 backends by exporting the libdir of xorg-server via LDFLAGS --- e17/evas/evas.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/e17/evas/evas.conf b/e17/evas/evas.conf index f9151db55..3d98524c8 100644 --- a/e17/evas/evas.conf +++ b/e17/evas/evas.conf @@ -47,6 +47,7 @@ fi if pkginstalled xorg-server ; then var_append confopt " " "--x-includes=$( pkgprefix -r includedir xorg-server )" var_append confopt " " "--x-libraries=$( pkgprefix -r libdir xorg-server )" + var_append configprefix ' ' 'LDFLAGS="-L$( pkgprefix -r libdir xorg-server )"' fi # check if we can enable the OpenGL X11 display engine