diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-12-22 00:11:12 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-02 12:47:36 +0000 |
commit | fe7c955e63672afebe2475a0f482ef1bdb766c24 (patch) | |
tree | 4cf6c70cdbee0093eecc8bded3d44dee076691fd /meta/recipes-graphics | |
parent | da0a84295583aaf9f943f7e3a64373079a70024d (diff) | |
download | openembedded-core-fe7c955e63672afebe2475a0f482ef1bdb766c24.tar.gz openembedded-core-fe7c955e63672afebe2475a0f482ef1bdb766c24.tar.bz2 openembedded-core-fe7c955e63672afebe2475a0f482ef1bdb766c24.zip |
xf86-input-vmmouse: set SUMMARY and DESCRIPTION
Set these consistent with other X.org input driver recipes.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_13.0.0.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_13.0.0.bb b/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_13.0.0.bb index 3290ed5216..35ef5991c3 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_13.0.0.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_13.0.0.bb @@ -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" |