# HG changeset patch # User John Beck # Date 1443730686 25200 # Node ID c997e4903b71310530d5e3bc0b8d1e76bdb2cc3a # Parent 708ed5cfbb3513ec45307a896bcf2f6b51cd1423 21959942 extra REQUIRED_PACKAGE needed for w3m on S11 for evaluation project diff -r 708ed5cfbb35 -r c997e4903b71 components/w3m/Makefile --- a/components/w3m/Makefile Mon Sep 28 14:04:54 2015 -0700 +++ b/components/w3m/Makefile Thu Oct 01 13:18:06 2015 -0700 @@ -82,7 +82,10 @@ test: $(TEST_64) system-test: $(SYSTEM_TEST_64) +# The desktop packages differ between S11 and S12; list both for normal +# and BUILD_TYPE=evaluation builds. REQUIRED_PACKAGES += library/desktop/gdk-pixbuf +REQUIRED_PACKAGES += library/desktop/gtk2 REQUIRED_PACKAGES += library/gc REQUIRED_PACKAGES += library/glib2 REQUIRED_PACKAGES += library/security/openssl