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-08-25 09:19:27 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-08-25 09:19:27 (GMT)
commit1ada2b68b62c44b7379f3623567dbb291d04ab7a (patch)
treef0f6e1721ab2c437b3a513badff0dc22578f8758 /configure.ac
parentb34cff91a39481744107ef0453f8d44ae5c7fb73 (diff)
Skeleton for the global keys stuff
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 9e77e36..4270f39 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,6 +18,11 @@ AC_PROG_LIBTOOL
AM_PATH_PYTHON
AM_CHECK_PYTHON_HEADERS(,[AC_MSG_ERROR(could not find Python headers)])
+AC_PATH_PROG(PYGTK_CODEGEN, pygtk-codegen-2.0, no)
+
+PKG_CHECK_MODULES(PYGTK, pygtk-2.0)
+PKG_CHECK_MODULES(GLOBALKEYS, gdk-2.0)
+
#
# Setup GETTEXT
#
@@ -37,6 +42,7 @@ activities/chat/Makefile
activities/groupchat/Makefile
activities/terminal/Makefile
bindings/Makefile
+bindings/globalkeys/Makefile
bindings/threadframe/Makefile
shell/Makefile
shell/data/Makefile