2008-03-20 17:55:37 +01:00
|
|
|
config BR2_PACKAGE_DOCKER
|
|
|
|
bool "docker"
|
2009-07-17 14:34:22 +02:00
|
|
|
depends on BR2_PACKAGE_XORG7
|
2010-05-25 23:38:44 +02:00
|
|
|
depends on BR2_USE_WCHAR # glib2
|
2008-10-26 10:14:13 +01:00
|
|
|
select BR2_PACKAGE_LIBGLIB2
|
2008-03-20 17:55:37 +01:00
|
|
|
help
|
|
|
|
a system tray dock for X
|
|
|
|
|
|
|
|
http://icculus.org/openbox/2/docker
|
2010-05-25 23:38:44 +02:00
|
|
|
|
|
|
|
comment "docker requires a toolchain with WCHAR support"
|
|
|
|
depends on BR2_PACKAGE_XORG7 && !BR2_USE_WCHAR
|