comparison graphics/libexif/libexif.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
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:build $PKGDEPENDS" 35 PKGDEPENDS="core/gettext $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