kumquat-buildroot/package/x11r7/xapp_xfd/xapp_xfd.mk
Bernd Kuhls e708680a43 package/x11r7/xapp_xfd: bump version to 1.1.4
https://lists.x.org/archives/xorg-announce/2022-December/003266.html
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-12-09 17:32:06 +01:00

29 lines
792 B
Makefile

################################################################################
#
# xapp_xfd
#
################################################################################
XAPP_XFD_VERSION = 1.1.4
XAPP_XFD_SOURCE = xfd-$(XAPP_XFD_VERSION).tar.xz
XAPP_XFD_SITE = https://xorg.freedesktop.org/archive/individual/app
XAPP_XFD_LICENSE = MIT
XAPP_XFD_LICENSE_FILES = COPYING
XAPP_XFD_DEPENDENCIES = \
freetype \
fontconfig \
xlib_libXaw \
xlib_libXft \
$(TARGET_NLS_DEPENDENCIES)
XAPP_XFD_CONF_OPTS = --with-appdefaultdir=/usr/share/X11/app-defaults
XAPP_XFD_CONF_ENV = LIBS=$(TARGET_NLS_LIBS)
ifeq ($(BR2_PACKAGE_XLIB_LIBXKBFILE),y)
XAPP_XFD_CONF_OPTS += --with-xkb
XAPP_XFD_DEPENDENCIES += xlib_libxkbfile
else
XAPP_XFD_CONF_OPTS += --without-xkb
endif
$(eval $(autotools-package))