2007-08-10 21:07:51 +02:00
|
|
|
################################################################################
|
|
|
|
#
|
2013-06-06 01:53:29 +02:00
|
|
|
# xapp_xload
|
2007-08-10 21:07:51 +02:00
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2018-03-20 18:17:45 +01:00
|
|
|
XAPP_XLOAD_VERSION = 1.1.3
|
2007-08-10 21:07:51 +02:00
|
|
|
XAPP_XLOAD_SOURCE = xload-$(XAPP_XLOAD_VERSION).tar.bz2
|
|
|
|
XAPP_XLOAD_SITE = http://xorg.freedesktop.org/releases/individual/app
|
2013-05-09 07:50:56 +02:00
|
|
|
XAPP_XLOAD_LICENSE = MIT
|
|
|
|
XAPP_XLOAD_LICENSE_FILES = COPYING
|
2019-04-28 10:51:04 +02:00
|
|
|
XAPP_XLOAD_DEPENDENCIES = xlib_libXaw $(TARGET_NLS_DEPENDENCIES)
|
2018-12-13 22:04:50 +01:00
|
|
|
XAPP_XLOAD_CONF_OPTS = --with-appdefaultdir=/usr/share/X11/app-defaults
|
2019-04-28 10:51:04 +02:00
|
|
|
XAPP_XLOAD_CONF_ENV = LIBS=$(TARGET_NLS_LIBS)
|
2007-08-10 21:07:51 +02:00
|
|
|
|
2016-11-20 23:28:58 +01:00
|
|
|
ifeq ($(BR2_TOOLCHAIN_USES_MUSL),y)
|
|
|
|
# musl doesn't have rwhod.h, but xload can replace it with stubs
|
|
|
|
XAPP_XLOAD_CONF_OPTS += CFLAGS="$(TARGET_CFLAGS) -DRLOADSTUB"
|
|
|
|
endif
|
|
|
|
|
2012-07-03 00:07:32 +02:00
|
|
|
$(eval $(autotools-package))
|