xref: /OK3568_Linux_fs/buildroot/package/x11r7/xapp_xedit/xapp_xedit.mk (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun################################################################################
2*4882a593Smuzhiyun#
3*4882a593Smuzhiyun# xapp_xedit
4*4882a593Smuzhiyun#
5*4882a593Smuzhiyun################################################################################
6*4882a593Smuzhiyun
7*4882a593SmuzhiyunXAPP_XEDIT_VERSION = 1.2.3
8*4882a593SmuzhiyunXAPP_XEDIT_SOURCE = xedit-$(XAPP_XEDIT_VERSION).tar.xz
9*4882a593SmuzhiyunXAPP_XEDIT_SITE = http://xorg.freedesktop.org/releases/individual/app
10*4882a593SmuzhiyunXAPP_XEDIT_LICENSE = MIT
11*4882a593SmuzhiyunXAPP_XEDIT_LICENSE_FILES = COPYING
12*4882a593SmuzhiyunXAPP_XEDIT_DEPENDENCIES = xlib_libXaw
13*4882a593Smuzhiyun
14*4882a593SmuzhiyunXAPP_XEDIT_CONF_OPTS = \
15*4882a593Smuzhiyun	--disable-selective-werror \
16*4882a593Smuzhiyun	--with-appdefaultdir=/usr/share/X11/app-defaults
17*4882a593Smuzhiyun
18*4882a593Smuzhiyun$(eval $(autotools-package))
19