comparison xfce/parole/parole.sh @ 831:ae55d9077f70

vanilla: add runtime depend on core/gettext
author David Demelier <markand@malikania.fr>
date Fri, 23 Aug 2019 08:24:47 +0200
parents 0e6c54d47dfb
children a133976e0783
comparison
equal deleted inserted replaced
830:c080ec1c5226 831:ae55d9077f70
53 else 53 else
54 with_mpris="--disable-mpris2-plugin" 54 with_mpris="--disable-mpris2-plugin"
55 fi 55 fi
56 56
57 if [ "$NLS" = "yes" ]; then 57 if [ "$NLS" = "yes" ]; then
58 PKGDEPENDS="core/gettext:build $PKGDEPENDS" 58 PKGDEPENDS="core/gettext $PKGDEPENDS"
59 with_nls="--enable-nls" 59 with_nls="--enable-nls"
60 else 60 else
61 with_nls="--disable-nls" 61 with_nls="--disable-nls"
62 fi 62 fi
63 63