emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] xwidget 4105b6a: Improved configury


From: Joakim Verona
Subject: [Emacs-diffs] xwidget 4105b6a: Improved configury
Date: Wed, 31 Dec 2014 07:30:44 +0000

branch: xwidget
commit 4105b6a93047045553e10795742a808b805c85b7
Author: jave <address@hidden>
Commit: jave <address@hidden>

    Improved configury
    
    Check several conditions before trying to enable xwidgets.
---
 configure.ac |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/configure.ac b/configure.ac
index 37de360..e63b751 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2500,15 +2500,14 @@ HAVE_XWIDGETS=no
 HAVE_WEBKIT=no
 HAVE_GIR=no
 
-if test "${with_xwidgets}" != "no"; then
+if test "${with_xwidgets}" != "no" && test "${USE_GTK_TOOLKIT}" = "GTK3"  && 
test "$window_system" != "none" ; then
    echo "xwidgets enabled, checking webkit, and others"
    HAVE_XWIDGETS=yes
    AC_DEFINE(HAVE_XWIDGETS, 1, [Define to 1 if you have xwidgets support.])    
    
-#xwidgets
-#TODO
-# - enable only if gtk/gtk3 enabled
-# - webkit
-# - only webkit_osr is good so remove plain webkit laterish
+dnl xwidgets
+dnl - enable only if GTK3 is enabled, and we have a window system
+dnl - check for webkit and gobject introspection
+
 
 #webkit version for gtk3. 
   WEBKIT_REQUIRED=1.4.0



reply via email to

[Prev in Thread] Current Thread [Next in Thread]