summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2014-05-03 20:39:51 +0200
committerStefano Karapetsas <[email protected]>2014-05-03 20:39:51 +0200
commitd58a276f9187ec36acef2df827fcd7613ee0e347 (patch)
tree1fe17ebfa1aabf6216f36d24aaf751029ad87333 /configure.ac
parent0036c48f5484324f2bda9fc4907fec6999f761f4 (diff)
downloadatril-d58a276f9187ec36acef2df827fcd7613ee0e347.tar.bz2
atril-d58a276f9187ec36acef2df827fcd7613ee0e347.tar.xz
Use MateAboutDialog from libmate-desktop
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a47a9088..13203bbf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -134,6 +134,7 @@ dnl Specify required versions of dependencies
CAIRO_REQUIRED=1.9.10
GLIB_REQUIRED=2.32.0
LIBSECRET_REQUIRED=0.5
+MATEDESKTOP_REQUIRED=1.9.0
case "$with_gtk" in
2.0) GTK_API_VERSION=2.0
@@ -194,7 +195,7 @@ case "$with_platform" in
;;
esac
-PKG_CHECK_MODULES([SHELL_CORE],[libxml-2.0 >= $LIBXML_REQUIRED gtk+-$GTK_API_VERSION >= $GTK_REQUIRED gio-2.0 >= $GLIB_REQUIRED gthread-2.0 $SHELL_PLATFORM_PKGS])
+PKG_CHECK_MODULES([SHELL_CORE],[libxml-2.0 >= $LIBXML_REQUIRED gtk+-$GTK_API_VERSION >= $GTK_REQUIRED gio-2.0 >= $GLIB_REQUIRED gthread-2.0 mate-desktop-2.0 >= $MATEDESKTOP_REQUIRED $SHELL_PLATFORM_PKGS])
dnl
dnl zlib support