Aurelien Larcher
2019-08-19 e6e0d57f018cfc1285c28083df7eb56e98da26ea
x11: set defaults for applications and libraries
1 files modified
26 ■■■■■ changed files
make-rules/x11.mk 26 ●●●●● patch | view | raw | blame | history
make-rules/x11.mk
@@ -56,6 +56,25 @@
endif
#
# Set defaults for X11 applications
#
ifeq ($(strip $(X11_CATEGORY)),APP)
BUILD_BITS = 64
PATH=$(PATH.gnu)
COMPONENT_CLASSIFICATION = System/X11
COMPONENT_LICENSE        = MIT License
endif
#
# Set defaults for X11 libraries
#
ifeq ($(strip $(X11_CATEGORY)),LIB)
BUILD_BITS = 32_and_64
COMPONENT_CLASSIFICATION = System/X11
COMPONENT_LICENSE        = MIT License
endif
#
# Define library install paths
#
@@ -68,3 +87,10 @@
#
PKG_MACROS += X11PKGVERS=$(PKG_X11_VERSION)
#
# Default build dependencies
#
REQUIRED_PACKAGES += x11/header/x11-protocols
REQUIRED_PACKAGES += developer/build/autoconf/xorg-macros