Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-09-26 19:58:54 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-09-26 19:58:54 (GMT)
commit5d78b148ffe14e1653882bb352afdc8384d8c8e2 (patch)
treeaa671a6c26d022f87520313ee4b6721f867b6ee9 /configure.ac
parent92e37fd9048ae5a89a65eec1915e588108125d3c (diff)
Add a gecko module. Disable popups.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index a81c6d5..e307b53 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,6 +23,7 @@ AC_PATH_PROG(PYGTK_CODEGEN, pygtk-codegen-2.0, no)
PKG_CHECK_MODULES(PYGTK, pygtk-2.0)
PKG_CHECK_MODULES(GLOBALKEYS, gdk-2.0)
+PKG_CHECK_MODULES(GECKO, xulrunner-gtkmozembed)
#
# Setup GETTEXT
@@ -43,6 +44,7 @@ activities/chat/Makefile
activities/groupchat/Makefile
activities/terminal/Makefile
bindings/Makefile
+bindings/gecko/Makefile
bindings/globalkeys/Makefile
bindings/threadframe/Makefile
services/Makefile