Skip to content

Instantly share code, notes, and snippets.

@miabrahams
Created October 22, 2015 16:54
Show Gist options
  • Save miabrahams/a40481e4abfd39d97c2e to your computer and use it in GitHub Desktop.
Save miabrahams/a40481e4abfd39d97c2e to your computer and use it in GitHub Desktop.
Build experimental XCB library on Debian/Ubuntu
sudo apt-get install devscripts
sudo apt-get build-dep libxcb
apt-get source libxcb
in configure.ac, modify XCB_EXTENSION(XInput, "no") to "yes"
./configure --prefix=/usr
Tweak xcb-xinput.pc to prefix=/usr
sudo make install -j8
Cross your fingers!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment