xref: /OK3568_Linux_fs/buildroot/package/x11r7/xapp_xconsole/xapp_xconsole.mk (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1################################################################################
2#
3# xapp_xconsole
4#
5################################################################################
6
7XAPP_XCONSOLE_VERSION = 1.0.8
8XAPP_XCONSOLE_SOURCE = xconsole-$(XAPP_XCONSOLE_VERSION).tar.xz
9XAPP_XCONSOLE_SITE = https://xorg.freedesktop.org/releases/individual/app
10XAPP_XCONSOLE_LICENSE = MIT
11XAPP_XCONSOLE_LICENSE_FILES = COPYING
12XAPP_XCONSOLE_DEPENDENCIES = \
13	xlib_libX11 xlib_libXaw xlib_libXt xorgproto \
14	xlib_libXmu
15XAPP_XCONSOLE_CONF_OPTS = --with-appdefaultdir=/usr/share/X11/app-defaults
16
17$(eval $(autotools-package))
18