mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
xscreensaver: add missing indirect dependencies from libgtk2
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
52eeb04c76
commit
d8d164b52b
@ -3,6 +3,8 @@ config BR2_PACKAGE_XSCREENSAVER
|
|||||||
depends on BR2_PACKAGE_XORG7
|
depends on BR2_PACKAGE_XORG7
|
||||||
depends on BR2_INSTALL_LIBSTDCPP # libgtk2->pango
|
depends on BR2_INSTALL_LIBSTDCPP # libgtk2->pango
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libgtk2->glib2
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libgtk2->glib2
|
||||||
|
depends on BR2_USE_WCHAR # libgtk2->glib2
|
||||||
|
depends on BR2_USE_MMU # libgtk2->glib2
|
||||||
select BR2_PACKAGE_LIBGTK2
|
select BR2_PACKAGE_LIBGTK2
|
||||||
select BR2_PACKAGE_LIBGLADE
|
select BR2_PACKAGE_LIBGLADE
|
||||||
select BR2_PACKAGE_JPEG
|
select BR2_PACKAGE_JPEG
|
||||||
@ -18,6 +20,7 @@ config BR2_PACKAGE_XSCREENSAVER
|
|||||||
|
|
||||||
http://www.jwz.org/xscreensaver/
|
http://www.jwz.org/xscreensaver/
|
||||||
|
|
||||||
comment "xscreensaver needs a toolchain w/ C++, threads"
|
comment "xscreensaver needs a toolchain w/ wchar, C++, threads"
|
||||||
depends on BR2_PACKAGE_XORG7
|
depends on BR2_PACKAGE_XORG7
|
||||||
|
depends on BR2_USE_MMU
|
||||||
depends on !(BR2_INSTALL_LIBSTDCPP && BR2_TOOLCHAIN_HAS_THREADS)
|
depends on !(BR2_INSTALL_LIBSTDCPP && BR2_TOOLCHAIN_HAS_THREADS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user