0c4cf8f6f4
Fixes: http://autobuild.buildroot.net/results/1fc/1fcb069b790ae5861c5a3ee577689de92005862a/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 lines
310 B
Plaintext
10 lines
310 B
Plaintext
config BR2_PACKAGE_STARTUP_NOTIFICATION
|
|
bool "startup-notification"
|
|
select BR2_PACKAGE_XLIB_LIBX11
|
|
depends on BR2_PACKAGE_XORG7
|
|
depends on BR2_USE_MMU # fork()
|
|
help
|
|
Startup-notification is a library used to monitor application startup.
|
|
|
|
http://freedesktop.org/software/startup-notification/releases
|