Bump opal to 3.10.10
[unleashed-userland.git] / components / evince / patches / evince-02-require-ice.patch
blobe6e812d774bfd342dcb22b02bb65bcf97ce5ec74
1 --- evince-2.30.3/configure.ac.ori 2011-03-16 09:17:06.609692361 +0000
2 +++ evince-2.30.3/configure.ac 2011-03-16 09:17:45.871352192 +0000
3 @@ -198,7 +198,7 @@
4 AC_DEFINE([WITH_SMCLIENT],[1],[Define if smclient is enabled])
6 case "$with_smclient" in
7 - xsmp) SMCLIENT_PKGS="sm >= 1.0.0" ;;
8 + xsmp) SMCLIENT_PKGS="sm >= 1.0.0 ice" ;;
9 *) SMCLIENT_PKGS="" ;;
10 esac