summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authormatt <mattdangerw@gmail.com>2013-05-15 11:08:30 -0700
committerP. F. Chimento <philip.chimento@gmail.com>2013-05-17 15:16:48 +0200
commit93e4f588a80713cebce33b7a1682c502c4835870 (patch)
treee21340db8210700dd1ce25c1987fbf145f0b3957 /configure.ac
parentab5921b74431197b63f8b4be432560c9e01b7425 (diff)
Use independent replacement for GtkStack in page manager
Replacement is at https://github.com/ptomato/pstack (Matt & Philip) [endlessm/eos-sdk#69]
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2841fa8..504ef11 100644
--- a/configure.ac
+++ b/configure.ac
@@ -80,7 +80,7 @@ GTK_REQUIREMENT="gtk+-3.0 >= 3.4"
# These go into the pkg-config file as Requires: and Requires.private:
# (Generally, use Requires.private: instead of Requires:)
EOS_REQUIRED_MODULES=
-EOS_REQUIRED_MODULES_PRIVATE="$GLIB_REQUIREMENT $GOBJECT_REQUIREMENT $GIO_REQUIREMENT $GTK_REQUIREMENT"
+EOS_REQUIRED_MODULES_PRIVATE="$GLIB_REQUIREMENT $GOBJECT_REQUIREMENT $GIO_REQUIREMENT $GTK_REQUIREMENT pstack"
AC_SUBST(EOS_REQUIRED_MODULES)
AC_SUBST(EOS_REQUIRED_MODULES_PRIVATE)