diff options
-rw-r--r-- | meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.5.0.bb | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.5.0.bb b/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.5.0.bb index 57180a2a67..5e4656772a 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.5.0.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.5.0.bb | |||
@@ -1,5 +1,7 @@ | |||
1 | require xorg-driver-input.inc | 1 | require xorg-driver-input.inc |
2 | 2 | ||
3 | #SRC_URI += "file://configurefix.patch" | ||
4 | |||
3 | SUMMARY = "X.Org X server -- synaptics touchpad input driver" | 5 | SUMMARY = "X.Org X server -- synaptics touchpad input driver" |
4 | 6 | ||
5 | DESCRIPTION = "synaptics is an Xorg input driver for the touchpads from \ | 7 | DESCRIPTION = "synaptics is an Xorg input driver for the touchpads from \ |
@@ -10,16 +12,11 @@ advanced features of the touchpad to become available." | |||
10 | 12 | ||
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=e395e21f3c21d4fc3a243783e85e9ab5" | 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=e395e21f3c21d4fc3a243783e85e9ab5" |
12 | 14 | ||
13 | PR = "${INC_PR}.0" | 15 | PR = "${INC_PR}.2" |
14 | 16 | ||
15 | SRC_URI[md5sum] = "41ee749ecbfef98f7fba708cb2afae87" | 17 | SRC_URI[md5sum] = "41ee749ecbfef98f7fba708cb2afae87" |
16 | SRC_URI[sha256sum] = "95cc5399fc49c9a35b02c2272cd99b8438f4609b219278c66a79e74c916a1c4e" | 18 | SRC_URI[sha256sum] = "95cc5399fc49c9a35b02c2272cd99b8438f4609b219278c66a79e74c916a1c4e" |
17 | 19 | ||
18 | DEPENDS += "libxi" | 20 | DEPENDS += "libxi" |
19 | 21 | ||
20 | # | 22 | FILES_${PN} += "${datadir}/X11/xorg.conf.d" |
21 | # the xorg-synaptics.pc has hardcoded sdkdir=/usr/include/xorg, which is not correct | ||
22 | # for cross compiling, so pass the correct sdkdir as include path | ||
23 | # | ||
24 | EXTRA_OEMAKE += " sdkdir=${STAGING_INCDIR}/xorg " | ||
25 | |||