illumos-gate: patch param.h to use a pidmax value for the 21st century
[oi-userland.git] / components / desktop / mate / marco / Makefile
blob9579c1be21d52982e358adb0fa78fe9147d2cccb
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 Ken Mays
13 # Copyright 2016 Till Wegmueller
14 # Copyright 2020 Michal Nowak
15 # Copyright (c) 2021 Tim Mooney. All rights reserved
16 # Copyright 2022 Andreas Wacknitz
19 MATE_CATEGORY= LIB
20 BUILD_STYLE= meson
21 include ../../../../make-rules/shared-macros.mk
22 include $(WS_MAKE_RULES)/mate.mk
24 COMPONENT_NAME= marco
25 COMPONENT_MJR_VERSION= 1.28
26 COMPONENT_MNR_VERSION= 1
27 COMPONENT_SUMMARY= MATE Window Manager
28 COMPONENT_ARCHIVE_HASH= sha256:2496e5e40ee980cd6849493ac3e0f8fd0dec8b81c674da8d9ba19a577f0ac2e1
29 COMPONENT_LICENSE= GPLv2, LGPLv2, FDLv1.1
30 COMPONENT_FMRI= desktop/mate/$(COMPONENT_NAME)
32 include $(WS_MAKE_RULES)/common.mk
34 CFLAGS += -D__EXTENSIONS__
35 CFLAGS += -std=gnu99
37 COMPONENT_BUILD_ENV += CPPFLAGS="$(CPPFLAGS)"
39 # Build dependencies
40 REQUIRED_PACKAGES += gnome/zenity
41 REQUIRED_PACKAGES += text/itstool
42 # Needed for autogen.sh
43 REQUIRED_PACKAGES += library/gnome/yelp-tools
45 # Auto-generated dependencies
46 REQUIRED_PACKAGES += library/desktop/atk
47 REQUIRED_PACKAGES += library/desktop/cairo
48 REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
49 REQUIRED_PACKAGES += library/desktop/gtk3
50 REQUIRED_PACKAGES += library/desktop/mate/mate-desktop
51 REQUIRED_PACKAGES += library/desktop/pango
52 REQUIRED_PACKAGES += library/desktop/startup-notification
53 REQUIRED_PACKAGES += library/desktop/xdg/libcanberra
54 REQUIRED_PACKAGES += library/glib2
55 REQUIRED_PACKAGES += library/libgtop
56 REQUIRED_PACKAGES += system/library
57 REQUIRED_PACKAGES += system/library/math
58 REQUIRED_PACKAGES += x11/library/libice
59 REQUIRED_PACKAGES += x11/library/libsm
60 REQUIRED_PACKAGES += x11/library/libx11
61 REQUIRED_PACKAGES += x11/library/libxcomposite
62 REQUIRED_PACKAGES += x11/library/libxcursor
63 REQUIRED_PACKAGES += x11/library/libxdamage
64 REQUIRED_PACKAGES += x11/library/libxext
65 REQUIRED_PACKAGES += x11/library/libxfixes
66 REQUIRED_PACKAGES += x11/library/libxinerama
67 REQUIRED_PACKAGES += x11/library/libxpresent
68 REQUIRED_PACKAGES += x11/library/libxrandr
69 REQUIRED_PACKAGES += x11/library/libxrender
70 REQUIRED_PACKAGES += x11/library/libxres