# # 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 Ken Mays # Copyright 2016 Till Wegmueller # Copyright 2020 Michal Nowak # Copyright (c) 2021 Tim Mooney. All rights reserved # Copyright 2022 Andreas Wacknitz # MATE_CATEGORY= LIB BUILD_STYLE= meson include ../../../../make-rules/shared-macros.mk include $(WS_MAKE_RULES)/mate.mk COMPONENT_NAME= marco COMPONENT_MJR_VERSION= 1.28 COMPONENT_MNR_VERSION= 1 COMPONENT_SUMMARY= MATE Window Manager COMPONENT_ARCHIVE_HASH= sha256:2496e5e40ee980cd6849493ac3e0f8fd0dec8b81c674da8d9ba19a577f0ac2e1 COMPONENT_LICENSE= GPLv2, LGPLv2, FDLv1.1 COMPONENT_FMRI= desktop/mate/$(COMPONENT_NAME) include $(WS_MAKE_RULES)/common.mk CFLAGS += -D__EXTENSIONS__ CFLAGS += -std=gnu99 COMPONENT_BUILD_ENV += CPPFLAGS="$(CPPFLAGS)" # Build dependencies REQUIRED_PACKAGES += gnome/zenity REQUIRED_PACKAGES += text/itstool # Needed for autogen.sh REQUIRED_PACKAGES += library/gnome/yelp-tools # Auto-generated dependencies REQUIRED_PACKAGES += library/desktop/atk REQUIRED_PACKAGES += library/desktop/cairo REQUIRED_PACKAGES += library/desktop/gdk-pixbuf REQUIRED_PACKAGES += library/desktop/gtk3 REQUIRED_PACKAGES += library/desktop/mate/mate-desktop REQUIRED_PACKAGES += library/desktop/pango REQUIRED_PACKAGES += library/desktop/startup-notification REQUIRED_PACKAGES += library/desktop/xdg/libcanberra REQUIRED_PACKAGES += library/glib2 REQUIRED_PACKAGES += library/libgtop REQUIRED_PACKAGES += system/library REQUIRED_PACKAGES += system/library/math REQUIRED_PACKAGES += x11/library/libice REQUIRED_PACKAGES += x11/library/libsm REQUIRED_PACKAGES += x11/library/libx11 REQUIRED_PACKAGES += x11/library/libxcomposite REQUIRED_PACKAGES += x11/library/libxcursor REQUIRED_PACKAGES += x11/library/libxdamage REQUIRED_PACKAGES += x11/library/libxext REQUIRED_PACKAGES += x11/library/libxfixes REQUIRED_PACKAGES += x11/library/libxinerama REQUIRED_PACKAGES += x11/library/libxpresent REQUIRED_PACKAGES += x11/library/libxrandr REQUIRED_PACKAGES += x11/library/libxrender REQUIRED_PACKAGES += x11/library/libxres