changed: set use_gl to no if use_gles is enabled
authortheuni <theuni-nospam-@xbmc.org>
Mon, 18 Apr 2011 01:08:07 +0000 (21:08 -0400)
committertheuni <theuni-nospam-@xbmc.org>
Mon, 18 Apr 2011 05:30:37 +0000 (01:30 -0400)
configure.in

index 3bd7b4f..6269c43 100644 (file)
@@ -505,6 +505,7 @@ AC_LANG_POP([C++])
 
 # Checks for platforms libraries.
 if test "$use_gles" = "yes"; then
+  use_gl="no"
   # GLES overwrites GL if both set to yes.
   if test "$host_vendor" = "apple" ; then
     AC_DEFINE([HAVE_LIBEGL],[1],["Define to 1 if you have the `EGL' library (-lEGL)."])