mirror of
https://github.com/mpv-player/mpv
synced 2024-12-14 10:55:43 +00:00
Add GUI_GTK make variable.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26396 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d1ced77474
commit
f55af6125a
2
configure
vendored
2
configure
vendored
@ -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 ---
|
||||
|
Loading…
Reference in New Issue
Block a user