422ce6536b
A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
17 lines
603 B
Makefile
17 lines
603 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_CONF_ENV = lf_cv_sane_realloc=yes
|
|
|
|
$(eval $(call AUTOTARGETS,package,startup-notification))
|
|
|