comparison xfce/xfdesktop/xfdesktop.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 e693904f5e20
children a133976e0783
comparison
equal deleted inserted replaced
830:c080ec1c5226 831:ae55d9077f70
39 : ${LIBS:=} 39 : ${LIBS:=}
40 : ${NLS:=yes} 40 : ${NLS:=yes}
41 : ${NOTIFICATIONS:=yes} 41 : ${NOTIFICATIONS:=yes}
42 42
43 if [ "$NLS" = "yes" ]; then 43 if [ "$NLS" = "yes" ]; then
44 PKGDEPENDS="core/gettext:build $PKGDEPENDS" 44 PKGDEPENDS="core/gettext $PKGDEPENDS"
45 with_nls="--enable-nls" 45 with_nls="--enable-nls"
46 else 46 else
47 with_nls="--disable-nls" 47 with_nls="--disable-nls"
48 fi 48 fi
49 49