diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-04-29 10:26:04 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-04-30 10:05:55 +0200 |
commit | 41c0864646327d6f28d7379b119ae09e58e9acfe (patch) | |
tree | 46f7caa866fbbbb6b37d3dd42c77b983878210f0 /package/wayland/Config.in | |
parent | 67a96673830383028018f254611a9968b9efeffc (diff) | |
download | buildroot-novena-41c0864646327d6f28d7379b119ae09e58e9acfe.tar.gz buildroot-novena-41c0864646327d6f28d7379b119ae09e58e9acfe.zip |
wayland: new package
[Peter: fix scanner comment]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/wayland/Config.in')
-rw-r--r-- | package/wayland/Config.in | 10 |
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/ |