neko/xorg/xf86-input-neko
Miroslav Šedivý 014c8fa586
Bullseye alongside Bookworm (#61)
* revert to bullseye.

* add bookworm.

* add bookworm to variants.

* include xf86-video-dummy because the remote git instance is offline.

* fix configure.
2024-01-26 18:47:40 +01:00
..
m4 Xorg input driver (#53) 2023-08-17 16:14:59 +02:00
src xf86-input-neko: extract init touch to own func. 2023-09-07 16:06:20 +02:00
.gitignore Xorg input driver (#53) 2023-08-17 16:14:59 +02:00
80-neko.conf Xorg input driver (#53) 2023-08-17 16:14:59 +02:00
autogen-clean.sh Xorg input driver (#53) 2023-08-17 16:14:59 +02:00
autogen.sh Xorg input driver (#53) 2023-08-17 16:14:59 +02:00
configure.ac Xorg input driver (#53) 2023-08-17 16:14:59 +02:00
COPYING Xorg input driver (#53) 2023-08-17 16:14:59 +02:00
Dockerfile Bullseye alongside Bookworm (#61) 2024-01-26 18:47:40 +01:00
Makefile.am Xorg input driver (#53) 2023-08-17 16:14:59 +02:00
README.md Xorg input driver (#53) 2023-08-17 16:14:59 +02:00
release.sh Xorg input driver (#53) 2023-08-17 16:14:59 +02:00
xorg-neko.pc.in Xorg input driver (#53) 2023-08-17 16:14:59 +02:00

xf86-input-neko

X.org neko input driver

how to use

xf86-input-neko assumes you have only one virtual touchscreen device available, see 80-neko.conf. If there are multiple in your system, please specify one config section for each. xf86-input-neko aims to make neko easy to use and doesn't offer special configuration options.

  • ./configure --prefix=/usr
  • make
  • sudo make install

Done.

To uninstall, again go inside the extracted directory, and do

sudo make uninstall