Kaydet (Commit) 95a9b308 authored tarafından Riccardo Magliocchetti's avatar Riccardo Magliocchetti

configure: always avoid building ns plugin extension with --enable-headless

Doing the same trick as osx and android.

Change-Id: Ib2efa8166eca0017c86947acdedf20f3826dddaf
üst 64a530cf
...@@ -8329,7 +8329,7 @@ dnl Check for nsplugin ...@@ -8329,7 +8329,7 @@ dnl Check for nsplugin
dnl =================================================================== dnl ===================================================================
AC_MSG_CHECKING([whether to build nsplugin extension]) AC_MSG_CHECKING([whether to build nsplugin extension])
ENABLE_NSPLUGIN=NO ENABLE_NSPLUGIN=NO
if test $_os = Darwin -o $_os = iOS -o $_os = Android; then if test $_os = Darwin -o $_os = iOS -o $_os = Android -o "$enable_headless" = "yes"; then
enable_gtk=no enable_gtk=no
fi fi
if test "$enable_nsplugin" != "no"; then if test "$enable_nsplugin" != "no"; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment