comparison lib/popt/popt.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 8017138b628e
children eec0faf3636c
comparison
equal deleted inserted replaced
430:042b6157c82f 431:515778c3a417
30 : ${LDFLAGS:=} 30 : ${LDFLAGS:=}
31 : ${LIBS:=} 31 : ${LIBS:=}
32 : ${NLS:=yes} 32 : ${NLS:=yes}
33 33
34 if [ "$NLS" = "yes" ]; then 34 if [ "$NLS" = "yes" ]; then
35 PKGDEPENDS="core/gettext $PKGDEPENDS" 35 PKGDEPENDS="core/gettext:build $PKGDEPENDS"
36 with_nls="--enable-nls" 36 with_nls="--enable-nls"
37 else 37 else
38 with_nls="--disable-nls" 38 with_nls="--disable-nls"
39 fi 39 fi
40 40