summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_13.0.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_13.0.0.bb')
-rw-r--r--meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_13.0.0.bb28
1 files changed, 28 insertions, 0 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
new file mode 100644
index 0000000000..83ea960a88
--- /dev/null
+++ b/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_13.0.0.bb
@@ -0,0 +1,28 @@
1require xorg-driver-input.inc
2
3SUMMARY = "X.Org X server -- VMWare mouse input driver"
4DESCRIPTION = "The vmmouse driver enables support for the special VMMouse \
5protocol that is provided by VMware virtual machines to give absolute \
6pointer positioning. The vmmouse driver is capable of falling back to the \
7standard 'mouse' driver if a VMware virtual machine is not detected."
8
9PR = "${INC_PR}.0"
10
11SRC_URI += "file://always_include_config.h.patch"
12
13SRC_URI[md5sum] = "34f9f64ee6a1a51fc8266a9af24e1e07"
14SRC_URI[sha256sum] = "04cfb60366008d4db815c550d8fb8d0a4270c75fa7a20fa3bddc9ecbd355612c"
15
16RDEPENDS_${PN} += "xf86-input-mouse"
17
18LIC_FILES_CHKSUM = "file://COPYING;md5=622841c068a9d7625fbfe7acffb1a8fc"
19
20COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
21
22do_install_append () {
23 # We don't care about hal
24 rm -rf ${D}${datadir}/hal/
25 rm -rf ${D}${libdir}/hal/
26}
27
28FILES_${PN} += "${base_libdir}/udev/ ${datadir}/X11/xorg.conf.d"