summaryrefslogtreecommitdiffstats
path: root/package/x11r7/xdriver_xf86-input-tslib
Commit message (Collapse)AuthorAgeFilesLines
* package/x11r7/xdriver_xf86-input-*: mass switch to xorgprotoBernd Kuhls2018-07-282-6/+2
| | | | | | | | | | The new package xorgproto will combine and replace all current xproto_* packages. For details read https://lists.x.org/archives/xorg-announce/2018-February/002835.html Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* x11r7: xdriver_xf86-input-tslib: add the hash for the COPYING license fileMartin Kepplinger2017-10-031-0/+3
| | | | | | | | The COPYING file is part of the xf86-input-tslib project's source tree. Let's include the hash for it's current version. Signed-off-by: Martin Kepplinger <martink@posteo.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* x11r7: xdriver_xf86-input-tslib: update to version 1.1.1Martin Kepplinger2017-09-112-3/+3
| | | | | | | | | Update to bugfix release 1.1.1, see https://github.com/merge/xf86-input-tslib/releases Signed-off-by: Martin Kepplinger <martink@posteo.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* x11r7/xdriver_xf86-input-tslib: update to 1.1.0Martin Kepplinger2017-09-062-3/+3
| | | | | | | https://github.com/merge/xf86-input-tslib/releases has the summary of changes. Signed-off-by: Martin Kepplinger <martink@posteo.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* x11r7: xf86-input-tslib: bump to version 1.0.0Martin Kepplinger2017-06-072-3/+3
| | | | | | | | | | | | | As the update from 0.0.X to 1.0.0 suggests, this is a major update. The driver uses X11's touch API now, instead of motion with button emulation. Furthermore it supports multitouch when a recent version of tslib is installed. It is not backwards compatible for very old versions of the X server. See https://github.com/merge/xf86-input-tslib/releases for some details. Signed-off-by: Martin Kepplinger <martink@posteo.de> Tested-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/xf86-input-tslib: enable static buildMartin Kepplinger2017-06-071-4/+0
| | | | | | | | since tslib now supports static builds the dependency on !BR2_STATIC_LIBS can be removed from xf86-input-tslib too. Signed-off-by: Martin Kepplinger <martin.kepplinger@ginzinger.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* x11r7: xdriver_xf86-input-tslib: update to 0.0.7Martin Kepplinger2017-04-294-233/+3
| | | | | | | | The patches are removed as they are part of this release. 0.0.7 is a bugfix and compatibility release to keep this usable for on newer systems. Signed-off-by: Martin Kepplinger <martink@posteo.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* x11r7: xdriver_xf86-input-tslib: new upstream locationMartin Kepplinger2017-04-292-2/+2
| | | | | | | | | | This switches upstream to the Github project where xf86-input-tslib is currently maintained - in cooperation with Pengutronix, who had hosted the tarball release up until now. Signed-off-by: Martin Kepplinger <martink@posteo.de> [Thomas: fix XDRIVER_XF86_INPUT_TSLIB_SITE value.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Revert "tslib: needs kernel headers 3.12"Martin Kepplinger2017-02-091-3/+2
| | | | | | | | | | | | | | | This reverts commit 7c60211ce38273580f1f8bf5886771406f9899ca. tslib-1.4 removes this dependency. Add upstream patch that fixes input macros declaration for older kernels. The ts_uinput tool requires 3.6 headers; disable for older kernels. Signed-off-by: Martin Kepplinger <martin.kepplinger@ginzinger.com> [baruch: add tslib patch; disable ts_uinput] Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* tslib: needs kernel headers 3.12Baruch Siach2017-01-191-2/+3
| | | | | | | | | | | | | | | | Kernel headers 3.12+ are required since tslib version 1.3. https://github.com/kergoth/tslib/blob/master/README.markdown Update tslib reverse dependencies. Fixes: http://autobuild.buildroot.net/results/28d/28df38e2a042f1b5940bf35c18334ebf8810a348/ http://autobuild.buildroot.net/results/c38/c383cfee3673aa9fba36a86f1e68de63413c2987/ http://autobuild.buildroot.net/results/6dd/6ddb2cd9f4f41ee03dc10a73422ad37070811732/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/x11r7/xdiver_xf86-input-tslib: update download url and add hash fileRomain Naour2015-06-302-1/+3
| | | | | | | | | | | | | | The old url fallback to http://www.pengutronix.de/software/ptxdist/ instead of http://www.pengutronix.de/software/xf86-input-tslib/download/ breaking the download. To avoid such problems in the future, we also add a hash file to this package. [Thomas: add hash file.] Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/*: rename patches according to the new policyPeter Korsgaard2015-02-032-0/+0
| | | | | | | Autogenerated from rename-patch.py (http://patchwork.ozlabs.org/patch/403345) Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBSThomas Petazzoni2014-12-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | Since a while, the semantic of BR2_PREFER_STATIC_LIB has been changed from "prefer static libraries when possible" to "use only static libraries". The former semantic didn't make much sense, since the user had absolutely no control/idea of which package would use static libraries, and which packages would not. Therefore, for quite some time, we have been starting to enforce that BR2_PREFER_STATIC_LIB should really build everything with static libraries. As a consequence, this patch renames BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS, and adjust the Config.in option accordingly. This also helps preparing the addition of other options to select shared, shared+static or just static. Note that we have verified that this commit can be reproduced by simply doing a global rename of BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS plus adding BR2_PREFER_STATIC_LIB to Config.in.legacy. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* tslib: needs dynamic library for dlopenThomas De Schampheleire2013-10-221-0/+4
| | | | | | | | Fixes http://autobuild.buildroot.net/results/1242cbea015e5a24a6621d1bd5569d2a1a819bb4/ Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Remove description and url from headerAlexandre Belloni2013-06-061-1/+1
| | | | | Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/x11r7: add license informations to xdriver_* packagesThomas Petazzoni2013-05-121-0/+2
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xdriver_xf86-input-tslib: fixed build against new x11 versionJesper Baekdahl2013-03-202-0/+230
|
* x11r7: remove useless depends on of X.org driversThomas Petazzoni2013-01-091-1/+0
| | | | | | | | | | | All X.org server drivers are already enclosed in a if BR2_PACKAGE_XSERVER_xorg .. endif block. Now that this option is only set if a X.org server is enabled, there is no need for each individual driver to depend on BR2_PACKAGE_XSERVER_XORG. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* all packages: rename XXXTARGETS to xxx-packageArnout Vandecappelle (Essensium/Mind)2012-07-171-1/+1
| | | | | | | | | | | | | Also remove the redundant $(call ...). This is a purely mechanical change, performed with find package linux toolchain boot -name \*.mk | \ xargs sed -i -e 's/$(eval $(call GENTARGETS))/$(eval $(generic-package))/' \ -e 's/$(eval $(call AUTOTARGETS))/$(eval $(autotools-package))/' \ -e 's/$(eval $(call CMAKETARGETS))/$(eval $(cmake-package))/' Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Adding xf86-input-tslib driverSergio Prado2012-01-132-0/+28
Adding xf86-input-tslib driver so X11 can talk directly to touchscreen devices. [Peter: Add tslib deps and upstream URL] Signed-off-by: Sergio Prado <sergiosiena@gmail.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
OpenPOWER on IntegriCloud