From 5ea6472e0d97208649e53ed951dca83692e6b786 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Mon, 28 Jan 2013 18:01:44 +0000 Subject: 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. --- 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) -- cgit v0.9.1