300f9c9c9d
Thanks to the pkgparentdir and pkgname functions, we can rewrite the AUTOTARGETS macro in a way that avoids the need for each package to repeat its name and the directory in which it is present. [Peter: pkgdir->pkgparentdir] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
21 lines
754 B
Makefile
21 lines
754 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_DEPENDENCIES = xlib_libX11
|
|
|
|
STARTUP_NOTIFICATION_CONF_ENV = lf_cv_sane_realloc=yes
|
|
STARTUP_NOTIFICATION_CONF_OPT = --with-x \
|
|
--x-includes="$(STAGING_DIR)/usr/include/X11" \
|
|
--x-libraries="$(STAGING_DIR)/usr/lib"
|
|
|
|
$(eval $(call AUTOTARGETS))
|
|
|