summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-11 10:51:36 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-11 10:51:36 +0000
commitf55af6125a4443a2ba0115f30a8891bf7b9ca5f3 (patch)
tree850a4579c17d5a8c1438c28a5146fc5276a9e7d8
parentd1ced77474e3afd45319364613d87aa046f0dd7d (diff)
downloadmpv-f55af6125a4443a2ba0115f30a8891bf7b9ca5f3.tar.bz2
mpv-f55af6125a4443a2ba0115f30a8891bf7b9ca5f3.tar.xz
Add GUI_GTK make variable.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26396 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 669091f14a..aa5b745929 100755
--- a/configure
+++ b/configure
@@ -7291,6 +7291,7 @@ if test "$_gui" = yes ; then
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 @@ HAVE_VIS = $_vis
# --- GUI stuff ---
GUI = $_gui
+GUI_GTK = $_gui_gtk
GUI_WIN32 = $_gui_win32
# --- libvo stuff ---