[balsa] Build with all HTML widgets
- From: Peter Bloomfield <PeterB src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [balsa] Build with all HTML widgets
- Date: Sat, 27 Mar 2010 12:49:02 +0000 (UTC)
commit 5045d4b09a194cccd2f43b84b662e02574da119e
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date: Sat Mar 27 08:47:50 2010 -0400
Build with all HTML widgets
* configure.in: build with gtkhtml2.
ChangeLog | 4 ++++
configure.in | 6 +++++-
2 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 62e6534..8e873c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2010-03-27 Peter Bloomfield
+ * configure.in: build with gtkhtml2.
+
+2010-03-27 Peter Bloomfield
+
* src/main-window.c: use a single thread to open all mailboxes.
2010-03-27 Peter Bloomfield
diff --git a/configure.in b/configure.in
index c7a38b6..9795226 100644
--- a/configure.in
+++ b/configure.in
@@ -898,12 +898,16 @@ if test -d "${srcdir}/.git" ; then
-DNM_DISABLE_DEPRECATED \
-DPANGO_DISABLE_DEPRECATED \
-D_FORTIFY_SOURCE=2 \
--DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES \
"
if $PKG_CONFIG --atleast-version=2.9.9 gtksourceview-2.0; then
BALSA_DEFS="$BALSA_DEFS \
-DGTK_DISABLE_SINGLE_INCLUDES -DG_DISABLE_SINGLE_INCLUDES"
fi
+
+ if test x"$use_html_widget" != xgtkhtml2 ; then
+ BALSA_DEFS="$BALSA_DEFS \
+ -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES"
+ fi
else
BALSA_FROM_GIT=no
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]