Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2013-01-28 18:01:44 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2013-01-28 18:01:44 (GMT)
commit5ea6472e0d97208649e53ed951dca83692e6b786 (patch)
tree5eef19d0b77020c959e059e887b64f32f4e62e18
parent7ba72c4c61bbc510ffa1c7718e138e7643804c47 (diff)
Add missing dependencies
I'm not sure how it works with GNU ld, but it breaks with ld gold and it's clearly wrong anyway.
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index cb221a8..fefb8e8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,8 @@ 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(EXT, gtk+-3.0 gdk-3.0 gdk-pixbuf-2.0 sm ice alsa librsvg-2.0)
+PKG_CHECK_MODULES(EXT, gtk+-3.0 gdk-3.0 gdk-pixbuf-2.0 sm ice alsa
+ librsvg-2.0 xfixes xi x11)
PYGTK_DEFSDIR=`$PKG_CONFIG --variable=defsdir pygtk-2.0`
AC_SUBST(PYGTK_DEFSDIR)