Change commit ref to last one with prepare/render callbacks in libtsm

This commit is contained in:
Remi Ferrand 2013-11-05 19:38:37 +01:00
parent c61e00bf11
commit f0cae16252

View File

@ -8,7 +8,7 @@ then
DIR=$(mktemp -d -t tsmXXXXXX)
cd $DIR
git clone git://people.freedesktop.org/~dvdhrm/libtsm .
git checkout e998bb
git checkout bb4e454
test -f ./configure || NOCONFIGURE=1 ./autogen.sh
./configure --prefix=/usr/local
make