From 82b6c5c8eadc1eb3260237a0c2dd316bbb1e7d2d Mon Sep 17 00:00:00 2001 From: riccardom Date: Sat, 24 Jan 2009 13:43:46 +0000 Subject: [PATCH] Reenable gtk-glade compilation with offscreen mesa enabled for gtk frontend. --- desmume/configure.ac | 4 ---- 1 file changed, 4 deletions(-) diff --git a/desmume/configure.ac b/desmume/configure.ac index 0a662508b..d4ad21423 100644 --- a/desmume/configure.ac +++ b/desmume/configure.ac @@ -137,9 +137,6 @@ if test "x$HAVE_SDL" = "xyes"; then UI_DIR="gtk $UI_DIR" fi - dnl - the glade port has a weird relation to gtkglext and doesn't - dnl - works yet with osmesa, feel free to fix it :) - if test ! "x$useosmesa" = "xyes" ; then if test "x$HAVE_LIBGLADE" = "xyes"; then AC_PROVIDE_IFELSE([IT_PROG_INTLTOOL],[ # libglade requires SDL too @@ -159,7 +156,6 @@ if test "x$HAVE_SDL" = "xyes"; then echo "WARNING: intltool and/or gettext are not available therefore the gtk-glade interface won't be installed. The gtk-glade UI requires intltool and gettext." ]) fi - fi fi dnl Set compiler library flags per target.