package/startup-notification: bump to version 0.12
xcb-util is mandatory since https://cgit.freedesktop.org/startup-notification/commit/?id=15c0bae76e0bcd5d2839a791cf51c8b22e615fe2 https://cgit.freedesktop.org/startup-notification/commit/?id=57816a46aa32d0bd667661ce6aaaa187f84ec889 https://cgit.freedesktop.org/startup-notification/tree/NEWS?h=STARTUP_NOTIFICATION_0_12 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
bd1dfdf69a
commit
d1e207f976
@ -2,6 +2,7 @@ config BR2_PACKAGE_STARTUP_NOTIFICATION
|
||||
bool "startup-notification"
|
||||
depends on BR2_PACKAGE_XORG7
|
||||
depends on BR2_USE_MMU # fork()
|
||||
select BR2_PACKAGE_XCB_UTIL
|
||||
select BR2_PACKAGE_XLIB_LIBX11
|
||||
help
|
||||
Startup-notification is a library used to monitor
|
||||
|
@ -1,3 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 c2fa09f9a49d8b319e79638e49e967c682df8726006e03059b1ffca5ab82099c startup-notification-0.9.tar.gz
|
||||
sha256 3c391f7e930c583095045cd2d10eb73a64f085c7fde9d260f2652c7cb3cfbe4a startup-notification-0.12.tar.gz
|
||||
sha256 29935974beae046f50da806b5f4e54532401dd7bcfbc696a0b645f4cbcce9dbb COPYING
|
||||
|
@ -4,10 +4,10 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
STARTUP_NOTIFICATION_VERSION = 0.9
|
||||
STARTUP_NOTIFICATION_VERSION = 0.12
|
||||
STARTUP_NOTIFICATION_SITE = http://freedesktop.org/software/startup-notification/releases
|
||||
STARTUP_NOTIFICATION_INSTALL_STAGING = YES
|
||||
STARTUP_NOTIFICATION_DEPENDENCIES = xlib_libX11
|
||||
STARTUP_NOTIFICATION_DEPENDENCIES = xcb-util xlib_libX11
|
||||
STARTUP_NOTIFICATION_CONF_ENV = lf_cv_sane_realloc=yes
|
||||
STARTUP_NOTIFICATION_CONF_OPTS = --with-x \
|
||||
--x-includes="$(STAGING_DIR)/usr/include/X11" \
|
||||
|
Loading…
Reference in New Issue
Block a user