comparison core/kbd/kbd.sh @ 431:515778c3a417

vanilla: core/gettext is only required for build
author David Demelier <markand@malikania.fr>
date Thu, 04 Apr 2019 21:00:00 +0200
parents bdad6c7981e7
children 014d018468fb
comparison
equal deleted inserted replaced
430:042b6157c82f 431:515778c3a417
31 : ${LDFLAGS:=} 31 : ${LDFLAGS:=}
32 : ${LIBS:=} 32 : ${LIBS:=}
33 : ${NLS:=} 33 : ${NLS:=}
34 34
35 if [ "$NLS" = "yes" ]; then 35 if [ "$NLS" = "yes" ]; then
36 PKGDEPENDS="core/gettext $PKGDEPENDS" 36 PKGDEPENDS="core/gettext:build $PKGDEPENDS"
37 with_nls="--enable-nls" 37 with_nls="--enable-nls"
38 else 38 else
39 with_nls="--disable-nls" 39 with_nls="--disable-nls"
40 fi 40 fi
41 41