# Note: depends on libXtst
wget -c http://downloads.yoctoproject.org/releases/matchbox/libfakekey/0.1/libfakekey-0.1.tar.bz2
tar -xjf libfakekey-0.1.tar.bz2
cd libfakekey-0.1
sed -i -e '/^SUBDIRS/s/ tests / /' Makefile.in # Tests are broken
./configure --prefix="/usr"
make # Doesn't mind -j#
make install