mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 07:06:36 +00:00
startup-notification: add dependency on xlib_libX11
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
9923439841
commit
362791a7c1
@ -1,5 +1,7 @@
|
|||||||
config BR2_PACKAGE_STARTUP_NOTIFICATION
|
config BR2_PACKAGE_STARTUP_NOTIFICATION
|
||||||
bool "startup-notification"
|
bool "startup-notification"
|
||||||
|
select BR2_PACKAGE_XLIB_LIBX11
|
||||||
|
depends on BR2_PACKAGE_XORG7
|
||||||
help
|
help
|
||||||
Startup-notification is a library used to monitor application startup.
|
Startup-notification is a library used to monitor application startup.
|
||||||
|
|
||||||
|
@ -9,6 +9,7 @@ STARTUP_NOTIFICATION_SITE = http://freedesktop.org/software/startup-notification
|
|||||||
STARTUP_NOTIFICATION_AUTORECONF = NO
|
STARTUP_NOTIFICATION_AUTORECONF = NO
|
||||||
STARTUP_NOTIFICATION_INSTALL_STAGING = YES
|
STARTUP_NOTIFICATION_INSTALL_STAGING = YES
|
||||||
STARTUP_NOTIFICATION_INSTALL_TARGET = YES
|
STARTUP_NOTIFICATION_INSTALL_TARGET = YES
|
||||||
|
STARTUP_NOTIFICATION = xlib_libX11
|
||||||
|
|
||||||
STARTUP_NOTIFICATION_CONF_ENV = lf_cv_sane_realloc=yes
|
STARTUP_NOTIFICATION_CONF_ENV = lf_cv_sane_realloc=yes
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user