diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-08-29 21:23:56 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-08-29 21:23:56 +0200 |
commit | 96c607c93a7a532d5a80329e2838fe131c1f2461 (patch) | |
tree | 2654e9759158fafbd08aa52b01320fc473b0f4c1 /package/startup-notification/startup-notification.mk | |
parent | e8fdc08dc39ea28e5e098f696477e4a13f4ebd94 (diff) | |
download | buildroot-novena-96c607c93a7a532d5a80329e2838fe131c1f2461.tar.gz buildroot-novena-96c607c93a7a532d5a80329e2838fe131c1f2461.zip |
startup-notification: fix typo in dependencies line
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/startup-notification/startup-notification.mk')
-rw-r--r-- | package/startup-notification/startup-notification.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/startup-notification/startup-notification.mk b/package/startup-notification/startup-notification.mk index f70fcc1c7..ec4a8959e 100644 --- a/package/startup-notification/startup-notification.mk +++ b/package/startup-notification/startup-notification.mk @@ -9,7 +9,7 @@ STARTUP_NOTIFICATION_SITE = http://freedesktop.org/software/startup-notification STARTUP_NOTIFICATION_AUTORECONF = NO STARTUP_NOTIFICATION_INSTALL_STAGING = YES STARTUP_NOTIFICATION_INSTALL_TARGET = YES -STARTUP_NOTIFICATION = xlib_libX11 +STARTUP_NOTIFICATION_DEPENDENCIES = xlib_libX11 STARTUP_NOTIFICATION_CONF_ENV = lf_cv_sane_realloc=yes |