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>2007-06-29 11:15:36 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-06-29 11:15:36 (GMT)
commit858e43dea92474f0e48975b0cae9d9d84809f4b3 (patch)
tree8108e8133af351836a2960aef749f984a5381057 /configure.ac
parent17c4166707f93fe2b34c7aa57bcce67fd1bf10b3 (diff)
Add the native factory by bertf
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 4e10aff..77f78f0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,6 +19,8 @@ AC_PATH_PROG(PYGTK_CODEGEN, pygtk-codegen-2.0, no)
PKG_CHECK_MODULES(SHELL, pygtk-2.0 gtk+-2.0)
+PKG_CHECK_MODULES(NATIVE_FACTORY, dbus-1)
+
PKG_CHECK_MODULES(LIB, gtk+-2.0)
PKG_CHECK_MODULES(LIB_BINDINGS, pygtk-2.0)