d1e207f976
xcb-util is mandatory since https://cgit.freedesktop.org/startup-notification/commit/?id=15c0bae76e0bcd5d2839a791cf51c8b22e615fe2 https://cgit.freedesktop.org/startup-notification/commit/?id=57816a46aa32d0bd667661ce6aaaa187f84ec889 https://cgit.freedesktop.org/startup-notification/tree/NEWS?h=STARTUP_NOTIFICATION_0_12 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
19 lines
719 B
Makefile
19 lines
719 B
Makefile
################################################################################
|
|
#
|
|
# startup-notification
|
|
#
|
|
################################################################################
|
|
|
|
STARTUP_NOTIFICATION_VERSION = 0.12
|
|
STARTUP_NOTIFICATION_SITE = http://freedesktop.org/software/startup-notification/releases
|
|
STARTUP_NOTIFICATION_INSTALL_STAGING = YES
|
|
STARTUP_NOTIFICATION_DEPENDENCIES = xcb-util xlib_libX11
|
|
STARTUP_NOTIFICATION_CONF_ENV = lf_cv_sane_realloc=yes
|
|
STARTUP_NOTIFICATION_CONF_OPTS = --with-x \
|
|
--x-includes="$(STAGING_DIR)/usr/include/X11" \
|
|
--x-libraries="$(STAGING_DIR)/usr/lib"
|
|
STARTUP_NOTIFICATION_LICENSE = LGPL-2.0
|
|
STARTUP_NOTIFICATION_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|