# HG changeset patch # User John Beck # Date 1468255818 25200 # Node ID d9146784951ccb0383310c2f8cd5b5e4b14a144b # Parent 9d70f1e25ebac06b429523ca04d66f910dfa334e 23858315 several Userland components missing REQUIRED_PACKAGES diff -r 9d70f1e25eba -r d9146784951c components/gnome/gnome-desktop/Makefile --- a/components/gnome/gnome-desktop/Makefile Mon Jul 11 12:54:44 2016 -0700 +++ b/components/gnome/gnome-desktop/Makefile Mon Jul 11 09:50:18 2016 -0700 @@ -65,6 +65,7 @@ COMPONENT_BUILD_ENV += PATH=$(GNUBIN):$(PATH) CONFIGURE_ENV += PATH=$(GNUBIN):$(PATH) +REQUIRED_PACKAGES += gnome/gsettings-desktop-schemas REQUIRED_PACKAGES += library/desktop/cairo REQUIRED_PACKAGES += library/desktop/gdk-pixbuf REQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection diff -r 9d70f1e25eba -r d9146784951c components/gnome/libpeas/Makefile --- a/components/gnome/libpeas/Makefile Mon Jul 11 12:54:44 2016 -0700 +++ b/components/gnome/libpeas/Makefile Mon Jul 11 09:50:18 2016 -0700 @@ -96,5 +96,6 @@ REQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection REQUIRED_PACKAGES += library/desktop/gtk3 REQUIRED_PACKAGES += library/glib2 +REQUIRED_PACKAGES += library/lua/lgi-52 REQUIRED_PACKAGES += runtime/lua REQUIRED_PACKAGES += runtime/python-27 diff -r 9d70f1e25eba -r d9146784951c components/rsyslog/Makefile --- a/components/rsyslog/Makefile Mon Jul 11 12:54:44 2016 -0700 +++ b/components/rsyslog/Makefile Mon Jul 11 09:50:18 2016 -0700 @@ -132,6 +132,7 @@ -prune -o -print0 \ | cpio -pd0u $(PROTODOCDIR)) +REQUIRED_PACKAGES += database/mysql-57 REQUIRED_PACKAGES += database/mysql-57/library REQUIRED_PACKAGES += library/gnutls-3 REQUIRED_PACKAGES += library/json-c