glamor: Remove the version check for EGL/gles.

As PVR's gles2 has different version number from mesa's,
just simply remove the version check here to let both
platform could build it.

Signed-off-by: Zhigang Gong <zhigang.gong@linux.intel.com>
This commit is contained in:
Zhigang Gong 2011-08-24 17:13:35 +08:00
parent 60f14d60f6
commit 6cb4abca69

View File

@ -801,8 +801,8 @@ LIBUDEV="libudev >= 143"
LIBSELINUX="libselinux >= 2.0.86" LIBSELINUX="libselinux >= 2.0.86"
LIBDBUS="dbus-1 >= 1.0" LIBDBUS="dbus-1 >= 1.0"
LIBPIXMAN="pixman-1 >= 0.21.8" LIBPIXMAN="pixman-1 >= 0.21.8"
LIBEGL="egl >= 7.11.0" LIBEGL="egl"
LIBGLESV2="glesv2 >= 7.11.0" LIBGLESV2="glesv2"
dnl Pixman is always required, but we separate it out so we can link dnl Pixman is always required, but we separate it out so we can link
dnl specific modules against it dnl specific modules against it
PKG_CHECK_MODULES(PIXMAN, $LIBPIXMAN) PKG_CHECK_MODULES(PIXMAN, $LIBPIXMAN)