comparison graphics/gtk/gtk.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 9e73ecc6fe75
children 7828241c9634
comparison
equal deleted inserted replaced
430:042b6157c82f 431:515778c3a417
40 else 40 else
41 with_cups="--disable-cups" 41 with_cups="--disable-cups"
42 fi 42 fi
43 43
44 if [ "$NLS" = "yes" ]; then 44 if [ "$NLS" = "yes" ]; then
45 PKGDEPENDS="core/gettext $PKGDEPENDS" 45 PKGDEPENDS="core/gettext:build $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