# # This file and its contents are supplied under the terms of the # Common Development and Distribution License ("CDDL)". You may # only use this file in accordance with the terms of the CDDL. # # A full copy of the text of the CDDL should have accompanied this # source. A copy of the CDDL is also available via the Internet at # http://www.illumos.org/license/CDDL. # # # Copyright 2016 Till Wegmueller # Copyright 2016 Ken Mays # Copyright 2019 Michal Nowak # Copyright 2020 Marco van Wieringen # Copyright (c) 2021 Tim Mooney. All rights reserved # Copyright 2022 Andreas Wacknitz # MATE_CATEGORY= APP BUILD_STYLE= configure include ../../../../make-rules/shared-macros.mk include $(WS_MAKE_RULES)/mate.mk COMPONENT_NAME= mate-session-manager COMPONENT_MJR_VERSION= 1.28 COMPONENT_MNR_VERSION= 0 COMPONENT_REVISION= 1 COMPONENT_SUMMARY= The Session manager and session startup stuff COMPONENT_ARCHIVE_HASH= sha256:d32ce4595ba1da65290777203f2bc82bd973b214a3a04080a1ef5c68990a2d7b COMPONENT_LICENSE= GPLv2, LGPLv2, FDLv1.1 COMPONENT_CLASSIFICATION= System/Libraries include $(WS_MAKE_RULES)/common.mk # Build requirements REQUIRED_PACKAGES += x11/library/xtrans REQUIRED_PACKAGES += developer/build/autoconf-archive ## A note on nvidia dependencies. In order to things to properly depend on libGL or libEGL we have a line in the manifest. ## Whoever rebuilds this will need to remove the REQUIRED_PACKAGES lines generated manually as we have no filtering mechanism # Auto-generated dependencies REQUIRED_PACKAGES += library/desktop/cairo REQUIRED_PACKAGES += library/desktop/gdk-pixbuf REQUIRED_PACKAGES += library/desktop/gtk3 REQUIRED_PACKAGES += library/glib2 REQUIRED_PACKAGES += shell/ksh93 REQUIRED_PACKAGES += system/library REQUIRED_PACKAGES += system/library/dbus/dbus-x11 REQUIRED_PACKAGES += system/library/libdbus REQUIRED_PACKAGES += system/library/libdbus-glib REQUIRED_PACKAGES += x11/library/libepoxy REQUIRED_PACKAGES += x11/library/libice REQUIRED_PACKAGES += x11/library/libsm REQUIRED_PACKAGES += x11/library/libx11 REQUIRED_PACKAGES += x11/library/libxext REQUIRED_PACKAGES += x11/library/libxrender REQUIRED_PACKAGES += x11/library/libxtst REQUIRED_PACKAGES += x11/library/mesa