mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
d1e207f976
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>
12 lines
342 B
Plaintext
12 lines
342 B
Plaintext
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
|
|
application startup.
|
|
|
|
http://freedesktop.org/software/startup-notification/releases
|