]> code.ossystems Code Review - openembedded-core.git/commitdiff
xf86-input-vmmouse: set SUMMARY and DESCRIPTION
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Sun, 22 Dec 2013 00:11:12 +0000 (00:11 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Jan 2014 12:47:36 +0000 (12:47 +0000)
Set these consistent with other X.org input driver recipes.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_13.0.0.bb

index 3290ed5216a7252a60563faf9d344f5e8c29f034..35ef5991c311150c30330d13a892e342b2edeaf6 100644 (file)
@@ -1,6 +1,11 @@
 require xorg-driver-input.inc
 
-DESCRIPTION = "X.Org X server -- VMWare mouse input driver"
+SUMMARY = "X.Org X server -- VMWare mouse input driver"
+DESCRIPTION = "The vmmouse driver enables support for the special VMMouse \
+protocol that is provided by VMware virtual machines to give absolute \
+pointer positioning. The vmmouse driver is capable of falling back to the \
+standard 'mouse' driver if a VMware virtual machine is not detected."
+
 PR = "${INC_PR}.0"
 
 SRC_URI[md5sum] = "34f9f64ee6a1a51fc8266a9af24e1e07"