diff options
author | Stefano Karapetsas <[email protected]> | 2011-12-14 00:07:06 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2011-12-14 00:07:06 +0100 |
commit | 6c87e85a5f09ebd63c719768312fe08572e3dbb5 (patch) | |
tree | 2dd66828991ef3ad0820b49efcd335ee2c5f4557 | |
parent | 631f286b498fa6abc69e377e20f6d80d302ba750 (diff) | |
download | atril-6c87e85a5f09ebd63c719768312fe08572e3dbb5.tar.bz2 atril-6c87e85a5f09ebd63c719768312fe08572e3dbb5.tar.xz |
fixed mate-icon-theme dep versionmate-document-viewer-1.1.0
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 31c2e052..4ddb0726 100644 --- a/configure.ac +++ b/configure.ac @@ -181,7 +181,7 @@ case "$with_platform" in # would like to require the icon theme at compile-time. But, because # the hicolor-icon-theme does not have a pkgconfig file, on mate we # require the mate icon theme instead. - SHELL_PLATFORM_PKGS="mate-icon-theme >= $MATE_ICON_THEME_REQUIRED" + SHELL_PLATFORM_PKGS="mate-icon-theme >= 1.1.0" # The totem-screensaver and egg_smclient code use x11 directly. SHELL_PLATFORM_PKGS="$SHELL_PLATFORM_PKGS x11" ;; |