mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
startup-notification: fix typo in dependencies line
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
3
CHANGES
3
CHANGES
@@ -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):
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user