From: Gustavo Zacarias Date: Tue, 24 Jun 2014 18:55:57 +0000 (-0300) Subject: startup-notification: add license information X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7726e8c88194701d07c2aead560c5486e4bdfa85;p=buildroot.git startup-notification: add license information Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/package/startup-notification/startup-notification.mk b/package/startup-notification/startup-notification.mk index 140b681209..902805a91e 100644 --- a/package/startup-notification/startup-notification.mk +++ b/package/startup-notification/startup-notification.mk @@ -12,5 +12,7 @@ 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" +STARTUP_NOTIFICATION_LICENSE = LGPLv2 +STARTUP_NOTIFICATION_LICENSE_FILES = COPYING $(eval $(autotools-package))