2c5e13de7c
Build fails since commitc47ebe7aeb
because xlib_libXi is a mandatory dependency since version 1.2.0 and420c2d8517
: configure: error: Package requirements (xi >= 1.7 x11 xt xext xmu xproto >= 7.0.17) were not met: Package 'xi', required by 'virtual:world', not found Fixes: - http://autobuild.buildroot.org/results/896f45fb9eadcd235aeab096db479ee0aa5d0860 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> [yann.morin.1998@free.fr: split multi-line dependency] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
10 lines
236 B
Plaintext
10 lines
236 B
Plaintext
config BR2_PACKAGE_XAPP_XEYES
|
|
bool "xeyes"
|
|
select BR2_PACKAGE_XLIB_LIBX11
|
|
select BR2_PACKAGE_XLIB_LIBXEXT
|
|
select BR2_PACKAGE_XLIB_LIBXI
|
|
select BR2_PACKAGE_XLIB_LIBXMU
|
|
select BR2_PACKAGE_XLIB_LIBXT
|
|
help
|
|
X.Org xeyes application
|