Created
October 22, 2015 16:54
-
-
Save miabrahams/a40481e4abfd39d97c2e to your computer and use it in GitHub Desktop.
Build experimental XCB library on Debian/Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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