diff options
Diffstat (limited to 'meta/recipes-graphics/xorg-driver')
-rw-r--r-- | meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_12.7.0.bb | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_12.7.0.bb b/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_12.7.0.bb index 42e2b14e51..652169fdc3 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_12.7.0.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_12.7.0.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require xorg-driver-input.inc | 1 | require xorg-driver-input.inc |
2 | 2 | ||
3 | DESCRIPTION = "X.Org X server -- VMWare mouse input driver" | 3 | DESCRIPTION = "X.Org X server -- VMWare mouse input driver" |
4 | PR = "${INC_PR}.0" | 4 | PR = "${INC_PR}.1" |
5 | 5 | ||
6 | RDEPENDS_${PN} += "xf86-input-mouse" | 6 | RDEPENDS_${PN} += "xf86-input-mouse" |
7 | 7 | ||
@@ -11,3 +11,11 @@ SRC_URI[md5sum] = "dc77181330f983c7d0ec1ea1592c2ca7" | |||
11 | SRC_URI[sha256sum] = "00e5d527a0d97e6b2a6e8c519e1339427e66fa0a43af026858655c7c62bd9e35" | 11 | SRC_URI[sha256sum] = "00e5d527a0d97e6b2a6e8c519e1339427e66fa0a43af026858655c7c62bd9e35" |
12 | 12 | ||
13 | COMPATIBLE_HOST = '(i.86|x86_64).*-linux' | 13 | COMPATIBLE_HOST = '(i.86|x86_64).*-linux' |
14 | |||
15 | do_install_append () { | ||
16 | # We don't care about hal | ||
17 | rm -rf ${D}${datadir}/hal/ | ||
18 | rm -rf ${D}${libdir}/hal/ | ||
19 | } | ||
20 | |||
21 | FILES_${PN} += "${base_libdir}/udev/ ${datadir}/X11/xorg.conf.d" | ||