1
0
Fork 0

Don't add GL libs for EGL X11 backend

Configure uses the GL .pc file to add GL includes and libs for the eglx
backend.

http://bugzilla.openedhand.com/show_bug.cgi?id=2104

Signed-off-by: Emmanuele Bassi <ebassi@linux.intel.com>
This commit is contained in:
Kristian Høgsberg 2010-06-14 12:59:42 +01:00 committed by Emmanuele Bassi
parent 38da6b4a0e
commit 21820d50ca

View file

@ -277,9 +277,6 @@ AS_CASE([$CLUTTER_WINSYS],
CLUTTER_WINSYS_BASE=x11
CLUTTER_WINSYS_BASE_LIB="x11/libclutter-x11.la"
# Mesa 7.3 added a GL pkg-config file, finally
PKG_CHECK_EXISTS([gl], [BACKEND_PC_FILES="$BACKEND_PC_FILES gl"], [])
],
[eglnative],