comparison xfce/garcon/garcon.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
38 : ${LDFLAGS:=} 38 : ${LDFLAGS:=}
39 : ${LIBS:=} 39 : ${LIBS:=}
40 : ${NLS:=yes} 40 : ${NLS:=yes}
41 41
42 if [ "$NLS" = "yes" ]; then 42 if [ "$NLS" = "yes" ]; then
43 PKGDEPENDS="core/gettext:build $PKGDEPENDS" 43 PKGDEPENDS="core/gettext $PKGDEPENDS"
44 with_nls="--enable-nls" 44 with_nls="--enable-nls"
45 else 45 else
46 with_nls="--disable-nls" 46 with_nls="--disable-nls"
47 fi 47 fi
48 48