From 3077403942b721e1dea79974266c45df47ee8bcd Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Tue, 14 May 2013 10:10:42 +0000 Subject: xf86-input-synaptics_1.6.3: keep older version for EMGD based BSPs The newer 1.7.0 version of xf86-input-synaptics from oecore layer needs >= 1.12 version of xorg-server. And the EMGD graphics based BSPs are tied with 1.9.x version of xorg-server. So to unbreak the EMGD BSPs builds bringing back the older version of xf86-input-synaptics recipe. This commit avoids these build errors: | checking for XORG... no | configure: error: Package requirements (inputproto >= 2.1.99.3 xorg-server >= 1.12 xproto inputproto randrproto) were not met: | | Requested 'xorg-server >= 1.12' but version of xorg-server is 1.9.3 | | Consider adjusting the PKG_CONFIG_PATH environment variable if you | installed software in a non-standard prefix. | | Alternatively, you may set the environment variables XORG_CFLAGS | and XORG_LIBS to avoid the need to call pkg-config. | See the pkg-config man page for more details. | Configure failed. The contents of all config.log files follows to aid debugging | ERROR: oe_runconf failed | ERROR: Function failed: do_configure (see .../build-crownbay/tmp/work/core2-poky-linux/xf86-input-synaptics/2_1.7.0-r0/temp/log.do_configure.74988 for further information) ERROR: Task 3863 (.../poky.git/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.7.0.bb, do_configure) failed with exit code '1' Signed-off-by: Nitin A Kamble Signed-off-by: Tom Zanussi --- .../xorg-driver/xf86-input-synaptics_1.6.3.bb | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 common/recipes-graphics/xorg-driver/xf86-input-synaptics_1.6.3.bb (limited to 'common') diff --git a/common/recipes-graphics/xorg-driver/xf86-input-synaptics_1.6.3.bb b/common/recipes-graphics/xorg-driver/xf86-input-synaptics_1.6.3.bb new file mode 100644 index 00000000..cc582a12 --- /dev/null +++ b/common/recipes-graphics/xorg-driver/xf86-input-synaptics_1.6.3.bb @@ -0,0 +1,23 @@ +require recipes-graphics/xorg-driver/xorg-driver-input.inc + +#SRC_URI += "file://configurefix.patch" + +SUMMARY = "X.Org X server -- synaptics touchpad input driver" + +DESCRIPTION = "synaptics is an Xorg input driver for the touchpads from \ +Synaptics Incorporated. Even though these touchpads (by default, \ +operating in a compatibility mode emulating a standard mouse) can be \ +handled by the normal evdev or mouse drivers, this driver allows more \ +advanced features of the touchpad to become available." + +LIC_FILES_CHKSUM = "file://COPYING;md5=e395e21f3c21d4fc3a243783e85e9ab5" + +PR = "${INC_PR}.0" + +SRC_URI[md5sum] = "3568930b0bda522e00272b64c0ca2ca2" +SRC_URI[sha256sum] = "b40c9dbd5f743ff1eb2ac81a23b9676df72e76ed3fa6408de3f8a3a260248604" + +DEPENDS += "libxi mtdev" + +FILES_${PN} += "${datadir}/X11/xorg.conf.d" + -- cgit v1.2.3-54-g00ecf