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 | |
parent | e8fdc08dc39ea28e5e098f696477e4a13f4ebd94 (diff) |
startup-notification: fix typo in dependencies line
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | CHANGES | 3 | ||||
-rw-r--r-- | package/startup-notification/startup-notification.mk | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -18,7 +18,8 @@ fs: old-style squashfs for big endian archs fixed. Updated/fixed packages: busybox, imagemagick, libglib2, lua, - luafilesystem, lzo, netcat, php, qt, sysvinit, util-linux + luafilesystem, lzo, netcat, php, qt, startup-notification, + sysvinit, util-linux Issues resolved (http://bugs.uclibc.org): 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 |