summaryrefslogtreecommitdiffstats
path: root/package/divine/Config.in
diff options
context:
space:
mode:
authorSven Neumann <s.neumann@raumfeld.com>2009-09-11 12:47:50 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2009-09-11 13:47:22 +0200
commitf1a0066b3dbda8a19b20b1d1e5bb52d7d011a89f (patch)
treec2a0e3bc296fc2c7d3dea836fe10fb0cc6c0168b /package/divine/Config.in
parentc4bd271661b57c0e5680463e66e1fb18f999c211 (diff)
downloadbuildroot-novena-f1a0066b3dbda8a19b20b1d1e5bb52d7d011a89f.tar.gz
buildroot-novena-f1a0066b3dbda8a19b20b1d1e5bb52d7d011a89f.zip
divine: new package
DiVine is the DirectFB virtual input extension. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/divine/Config.in')
-rw-r--r--package/divine/Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/package/divine/Config.in b/package/divine/Config.in
new file mode 100644
index 000000000..820229214
--- /dev/null
+++ b/package/divine/Config.in
@@ -0,0 +1,8 @@
+config BR2_PACKAGE_DIVINE
+ bool "directfb virtual input extension"
+ depends on BR2_PACKAGE_DIRECTFB
+ help
+ DiVine provides a DirectFB input driver that reads input
+ events from a pipe and dispatches them via a virtual input
+ device. It also installs the tool 'spooky' that allows to
+ send input events to DirectFB applications.