diff options
Diffstat (limited to 'package/wayland-protocols/Config.in')
-rw-r--r-- | package/wayland-protocols/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/wayland-protocols/Config.in b/package/wayland-protocols/Config.in new file mode 100644 index 0000000000..8b4dedfd83 --- /dev/null +++ b/package/wayland-protocols/Config.in @@ -0,0 +1,9 @@ +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/ |