# HG changeset patch # User diego # Date 1207911096 0 # Node ID 48fd5c221905ed0738873854fd429efaa41bb6c7 # Parent 3d420ef8f9beed4aaf2cdd83a4dd5f0021b469f7 Add GUI_GTK make variable. diff -r 3d420ef8f9be -r 48fd5c221905 configure --- a/configure Fri Apr 11 10:35:32 2008 +0000 +++ b/configure Fri Apr 11 10:51:36 2008 +0000 @@ -7291,6 +7291,7 @@ test "$_freetype" = no && test "$_bitmap_font" = no && \ die "The GUI requires either FreeType or bitmap font support." if ! win32 ; then + _gui_gtk=yes test "$_x11" != yes && die "X11 support required for GUI compilation." echocheck "XShape extension" @@ -7837,6 +7838,7 @@ # --- GUI stuff --- GUI = $_gui +GUI_GTK = $_gui_gtk GUI_WIN32 = $_gui_win32 # --- libvo stuff ---