diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2014-06-24 15:55:57 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-06-27 08:49:46 +0200 |
commit | 7726e8c88194701d07c2aead560c5486e4bdfa85 (patch) | |
tree | 7400b99d9efa4023afe6390370d533ca27f27362 /package/startup-notification | |
parent | b27deab5787326de57e39d2817cefe10b28201c5 (diff) | |
download | buildroot-7726e8c88194701d07c2aead560c5486e4bdfa85.tar.gz buildroot-7726e8c88194701d07c2aead560c5486e4bdfa85.zip |
startup-notification: add license information
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/startup-notification')
-rw-r--r-- | package/startup-notification/startup-notification.mk | 2 |
1 files changed, 2 insertions, 0 deletions
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)) |