xref: /OK3568_Linux_fs/buildroot/package/startup-notification/startup-notification.mk (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun################################################################################
2*4882a593Smuzhiyun#
3*4882a593Smuzhiyun# startup-notification
4*4882a593Smuzhiyun#
5*4882a593Smuzhiyun################################################################################
6*4882a593Smuzhiyun
7*4882a593SmuzhiyunSTARTUP_NOTIFICATION_VERSION = 0.9
8*4882a593SmuzhiyunSTARTUP_NOTIFICATION_SITE = http://freedesktop.org/software/startup-notification/releases
9*4882a593SmuzhiyunSTARTUP_NOTIFICATION_INSTALL_STAGING = YES
10*4882a593SmuzhiyunSTARTUP_NOTIFICATION_DEPENDENCIES = xlib_libX11
11*4882a593SmuzhiyunSTARTUP_NOTIFICATION_CONF_ENV = lf_cv_sane_realloc=yes
12*4882a593SmuzhiyunSTARTUP_NOTIFICATION_CONF_OPTS = --with-x \
13*4882a593Smuzhiyun	--x-includes="$(STAGING_DIR)/usr/include/X11" \
14*4882a593Smuzhiyun	--x-libraries="$(STAGING_DIR)/usr/lib"
15*4882a593SmuzhiyunSTARTUP_NOTIFICATION_LICENSE = LGPL-2.0
16*4882a593SmuzhiyunSTARTUP_NOTIFICATION_LICENSE_FILES = COPYING
17*4882a593Smuzhiyun
18*4882a593Smuzhiyun$(eval $(autotools-package))
19