comparison xfce/libxfce4util/libxfce4util.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
40 else 40 else
41 with_introspection="--disable-introspection" 41 with_introspection="--disable-introspection"
42 fi 42 fi
43 43
44 if [ "$NLS" = "yes" ]; then 44 if [ "$NLS" = "yes" ]; then
45 PKGDEPENDS="core/gettext:build $PKGDEPENDS" 45 PKGDEPENDS="core/gettext $PKGDEPENDS"
46 with_nls="--enable-nls" 46 with_nls="--enable-nls"
47 else 47 else
48 with_nls="--disable-nls" 48 with_nls="--disable-nls"
49 fi 49 fi
50 50