2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL)". You may
4 # only use this file in accordance with the terms of the CDDL.
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
12 # Copyright 2016 Till Wegmueller
13 # Copyright 2016 Ken Mays
14 # Copyright 2019 Michal Nowak
15 # Copyright 2020 Marco van Wieringen
16 # Copyright (c) 2021 Tim Mooney. All rights reserved
17 # Copyright 2022 Andreas Wacknitz
21 BUILD_STYLE
= configure
22 include ..
/..
/..
/..
/make-rules
/shared-macros.mk
23 include $(WS_MAKE_RULES
)/mate.mk
25 COMPONENT_NAME
= mate-session-manager
26 COMPONENT_MJR_VERSION
= 1.28
27 COMPONENT_MNR_VERSION
= 0
29 COMPONENT_SUMMARY
= The Session manager and session startup stuff
30 COMPONENT_ARCHIVE_HASH
= sha256
:d32ce4595ba1da65290777203f2bc82bd973b214a3a04080a1ef5c68990a2d7b
31 COMPONENT_LICENSE
= GPLv2
, LGPLv2
, FDLv1.1
32 COMPONENT_CLASSIFICATION
= System
/Libraries
34 include $(WS_MAKE_RULES
)/common.mk
37 REQUIRED_PACKAGES
+= x11
/library
/xtrans
38 REQUIRED_PACKAGES
+= developer
/build
/autoconf-archive
40 ## A note on nvidia dependencies. In order to things to properly depend on libGL or libEGL we have a line in the manifest.
41 ## Whoever rebuilds this will need to remove the REQUIRED_PACKAGES lines generated manually as we have no filtering mechanism
43 # Auto-generated dependencies
44 REQUIRED_PACKAGES
+= library
/desktop
/cairo
45 REQUIRED_PACKAGES
+= library
/desktop
/gdk-pixbuf
46 REQUIRED_PACKAGES
+= library
/desktop
/gtk3
47 REQUIRED_PACKAGES
+= library
/glib2
48 REQUIRED_PACKAGES
+= shell/ksh93
49 REQUIRED_PACKAGES
+= system
/library
50 REQUIRED_PACKAGES
+= system
/library
/dbus
/dbus-x11
51 REQUIRED_PACKAGES
+= system
/library
/libdbus
52 REQUIRED_PACKAGES
+= system
/library
/libdbus-glib
53 REQUIRED_PACKAGES
+= x11
/library
/libepoxy
54 REQUIRED_PACKAGES
+= x11
/library
/libice
55 REQUIRED_PACKAGES
+= x11
/library
/libsm
56 REQUIRED_PACKAGES
+= x11
/library
/libx11
57 REQUIRED_PACKAGES
+= x11
/library
/libxext
58 REQUIRED_PACKAGES
+= x11
/library
/libxrender
59 REQUIRED_PACKAGES
+= x11
/library
/libxtst
60 REQUIRED_PACKAGES
+= x11
/library
/mesa