Browse Source

evas: fixed detection of X11 by exporting the xorg-server libdir as LDFLAGS

user/karasz/next/postgresql
Christian Wiese 14 years ago
parent
commit
c583db9c15
  1. 2
      e17/evas/evas.conf

2
e17/evas/evas.conf

@ -47,6 +47,8 @@ fi
if pkginstalled xorg-server ; then
var_append confopt " " "--x-includes=$( pkgprefix includedir xorg-server )"
var_append confopt " " "--x-libraries=$( pkgprefix libdir xorg-server )"
var_append LDFLAGS ' ' "-L$( pkgprefix -r libdir xorg-server )"
export LDFLAGS
fi
# check if we can enable the OpenGL X11 display engine

Loading…
Cancel
Save