diff options
author | Stefano Karapetsas <[email protected]> | 2014-05-03 13:44:33 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-05-03 13:44:33 +0200 |
commit | ef601445e834c1384816bff3fff7872a4c14a42a (patch) | |
tree | 78f44d9187775e7abf156001c3ebec66181da5ca /configure.ac | |
parent | b218296ffa7c9bcdf5f50035c08a215637afeaff (diff) | |
download | mate-netbook-ef601445e834c1384816bff3fff7872a4c14a42a.tar.bz2 mate-netbook-ef601445e834c1384816bff3fff7872a4c14a42a.tar.xz |
Use MateAboutDialog
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d535aeb..6fa0cac 100644 --- a/configure.ac +++ b/configure.ac @@ -70,7 +70,7 @@ PKG_CHECK_MODULES(MATEWINDOWPICKER_DEPS, glib-2.0 gio-2.0 libwnck-$LIBWNCK_API_VERSION - mate-desktop-2.0 + mate-desktop-2.0 >= 1.9.0 ) AC_SUBST(MATEWINDOWPICKER_DEPS_CFLAGS) AC_SUBST(MATEWINDOWPICKER_DEPS_LIBS) |