From f0cae16252e3975b97c9879f1582ac29b6acfce8 Mon Sep 17 00:00:00 2001 From: Remi Ferrand Date: Tue, 5 Nov 2013 19:38:37 +0100 Subject: [PATCH] Change commit ref to last one with prepare/render callbacks in libtsm --- script/setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/setup b/script/setup index 72e58e9..3641713 100755 --- a/script/setup +++ b/script/setup @@ -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