Merge pull request #144 from clkao/patch-1

install libtsm from freedesktop git repo
This commit is contained in:
Marcin Kulik 2013-10-30 05:30:15 -07:00
commit c61e00bf11

View File

@ -7,8 +7,8 @@ then
echo "libtsm missing, compiling from source..."
DIR=$(mktemp -d -t tsmXXXXXX)
cd $DIR
git clone git://github.com/sickill/libtsm.git .
git checkout 7dfa43d
git clone git://people.freedesktop.org/~dvdhrm/libtsm .
git checkout e998bb
test -f ./configure || NOCONFIGURE=1 ./autogen.sh
./configure --prefix=/usr/local
make