comparison multimedia/gstreamer/gstreamer.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 e91fbcb3d1ef
children a133976e0783
comparison
equal deleted inserted replaced
830:c080ec1c5226 831:ae55d9077f70
36 else 36 else
37 with_introspection="-D introspection=disabled" 37 with_introspection="-D introspection=disabled"
38 fi 38 fi
39 39
40 if [ "$NLS" = "yes" ]; then 40 if [ "$NLS" = "yes" ]; then
41 PKGDEPENDS="core/gettext:build $PKGDEPENDS" 41 PKGDEPENDS="core/gettext $PKGDEPENDS"
42 with_nls="-D nls=enabled" 42 with_nls="-D nls=enabled"
43 else 43 else
44 with_nls="-D nls=disabled" 44 with_nls="-D nls=disabled"
45 fi 45 fi
46 46