comparison graphics/gtk2/gtk2.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 3fcc2398fbac
children 95ccae4a1d5b
comparison
equal deleted inserted replaced
430:042b6157c82f 431:515778c3a417
51 else 51 else
52 with_cups="--disable-cups" 52 with_cups="--disable-cups"
53 fi 53 fi
54 54
55 if [ "$NLS" = "yes" ]; then 55 if [ "$NLS" = "yes" ]; then
56 PKGDEPENDS="core/gettext $PKGDEPENDS" 56 PKGDEPENDS="core/gettext:build $PKGDEPENDS"
57 with_nls="--enable-nls" 57 with_nls="--enable-nls"
58 else 58 else
59 with_nls="--disable-nls" 59 with_nls="--disable-nls"
60 fi 60 fi
61 61