diff options
-rw-r--r-- | meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.6.2.bb | 4 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-driver/xf86-input-synaptics_git.bb | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.6.2.bb b/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.6.2.bb index 193bd08870..8a94bfdbff 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.6.2.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.6.2.bb | |||
@@ -12,11 +12,11 @@ advanced features of the touchpad to become available." | |||
12 | 12 | ||
13 | LIC_FILES_CHKSUM = "file://COPYING;md5=e395e21f3c21d4fc3a243783e85e9ab5" | 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=e395e21f3c21d4fc3a243783e85e9ab5" |
14 | 14 | ||
15 | PR = "${INC_PR}.0" | 15 | PR = "${INC_PR}.1" |
16 | 16 | ||
17 | SRC_URI[md5sum] = "9914022a173e3f0ccfe7137ab84f6133" | 17 | SRC_URI[md5sum] = "9914022a173e3f0ccfe7137ab84f6133" |
18 | SRC_URI[sha256sum] = "c3f7d6a085d480c352f030aeb43db2e5560d1468ed34be24d44a0fc3fda25920" | 18 | SRC_URI[sha256sum] = "c3f7d6a085d480c352f030aeb43db2e5560d1468ed34be24d44a0fc3fda25920" |
19 | 19 | ||
20 | DEPENDS += "libxi" | 20 | DEPENDS += "libxi mtdev" |
21 | 21 | ||
22 | FILES_${PN} += "${datadir}/X11/xorg.conf.d" | 22 | FILES_${PN} += "${datadir}/X11/xorg.conf.d" |
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_git.bb b/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_git.bb index 3b3db59974..73b8089439 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_git.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_git.bb | |||
@@ -10,9 +10,9 @@ advanced features of the touchpad to become available." | |||
10 | 10 | ||
11 | SRCREV = "934bc0012f948c52aadc8eda912f7728fb7394a2" | 11 | SRCREV = "934bc0012f948c52aadc8eda912f7728fb7394a2" |
12 | PV = "0.15.2+git${SRCPV}" | 12 | PV = "0.15.2+git${SRCPV}" |
13 | PR = "${INC_PR}.0" | 13 | PR = "${INC_PR}.1" |
14 | 14 | ||
15 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-input-synaptics;protocol=git" | 15 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-input-synaptics;protocol=git" |
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||
18 | DEPENDS += "libxi" | 18 | DEPENDS += "libxi mtdev" |