ab0e905aaf
xvkbd is a X.org client application, so there is no reason to depend on the X.org server. Instead, depend on the X.org client libraries that xvkbd actually links against. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
17 lines
434 B
Plaintext
17 lines
434 B
Plaintext
config BR2_PACKAGE_XVKBD
|
|
bool "xvkbd"
|
|
depends on BR2_PACKAGE_XORG7
|
|
select BR2_PACKAGE_XLIB_LIBICE
|
|
select BR2_PACKAGE_XLIB_LIBSM
|
|
select BR2_PACKAGE_XLIB_LIBX11
|
|
select BR2_PACKAGE_XLIB_LIBXAW
|
|
select BR2_PACKAGE_XLIB_LIBXEXT
|
|
select BR2_PACKAGE_XLIB_LIBXMU
|
|
select BR2_PACKAGE_XLIB_LIBXPM
|
|
select BR2_PACKAGE_XLIB_LIBXT
|
|
select BR2_PACKAGE_XLIB_LIBXTST
|
|
help
|
|
on-screen keyboard for X
|
|
|
|
http://homepage3.nifty.com/tsato/xvkbd
|