summaryrefslogtreecommitdiffstats
path: root/package/wayland/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/wayland/Config.in')
-rw-r--r--package/wayland/Config.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/wayland/Config.in b/package/wayland/Config.in
new file mode 100644
index 000000000..e5d26493e
--- /dev/null
+++ b/package/wayland/Config.in
@@ -0,0 +1,10 @@
+config BR2_PACKAGE_WAYLAND
+ bool "wayland"
+ select BR2_PACKAGE_LIBFFI
+ select BR2_PACKAGE_EXPAT
+ help
+ Wayland is a project to define a protocol for a compositor
+ to talk to its clients as well as a library implementation
+ of the protocol.
+
+ http://wayland.freedesktop.org/