Eeek, don't let ENABLE_GTK be set for iOS or Android
This commit is contained in:
parent
ef75b9969b
commit
fb79b929ad
1 changed files with 4 additions and 0 deletions
|
@ -5634,6 +5634,10 @@ if test "$_os" = "Darwin"; then
|
|||
fi
|
||||
fi
|
||||
|
||||
if test $_os = iOS -o $_os = Android; then
|
||||
enable_gtk=no
|
||||
fi
|
||||
|
||||
dnl ***************************************
|
||||
dnl testing for X libraries and includes...
|
||||
dnl ***************************************
|
||||
|
|
Loading…
Reference in a new issue