1636a1f8a4
For wayland 1.10+ they're split from wayland core and required by weston. Hide it behind the wayland package since it's useless independently even though it can be "built" and installed. And it makes no sense to install to target since they are DTDs used at build-time. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 lines
268 B
Plaintext
10 lines
268 B
Plaintext
config BR2_PACKAGE_WAYLAND_PROTOCOLS
|
|
bool "wayland-protocols"
|
|
# Not really... but useless otherwise
|
|
depends on BR2_PACKAGE_WAYLAND
|
|
help
|
|
Wayland protocols that adds functionality not available in
|
|
the Wayland core protocol.
|
|
|
|
http://wayland.freedesktop.org/
|