Browse Source

evas: fixed building of X11 backends by exporting the libdir of xorg-server via LDFLAGS

stable/0.2
Christian Wiese 14 years ago
parent
commit
1e2427c7bb
  1. 1
      e17/evas/evas.conf

1
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

Loading…
Cancel
Save