16.04.2018 12:26, Peter Maydell wrote: > On 14 April 2018 at 15:27, Michael Tokarev <m...@tls.msk.ru> wrote:
>> -ifeq ($(CONFIG_GTK),m) >> +ifneq ($(filter $(CONFIG_GTK),y m),) >> $(MAKE) -C po $@ >> endif > "trivial" and "for 2.12" don't make much sense together at this point in > the release cycle. Is this important enough to go into rc4, or not? Well, without this, gtk translations wont be installed. Not a huge issue, especially for the languages where qemu lacks translations, but I still think it is important enough to go to 2.12, or else it'll be a regression. I've just sent another, simpler version of the same thing. Thanks, /mjt