buildrootschalter/package/startup-notification/startup-notification.mk
Thomas Petazzoni 362791a7c1 startup-notification: add dependency on xlib_libX11
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-05-20 22:34:28 +02:00

18 lines
638 B
Makefile

#############################################################
#
# startup-notification
#
#############################################################
STARTUP_NOTIFICATION_VERSION = 0.9
STARTUP_NOTIFICATION_SOURCE = startup-notification-$(STARTUP_NOTIFICATION_VERSION).tar.gz
STARTUP_NOTIFICATION_SITE = http://freedesktop.org/software/startup-notification/releases
STARTUP_NOTIFICATION_AUTORECONF = NO
STARTUP_NOTIFICATION_INSTALL_STAGING = YES
STARTUP_NOTIFICATION_INSTALL_TARGET = YES
STARTUP_NOTIFICATION = xlib_libX11
STARTUP_NOTIFICATION_CONF_ENV = lf_cv_sane_realloc=yes
$(eval $(call AUTOTARGETS,package,startup-notification))