From 844a879190589cb6bc6d2af73a866ff1eef9a78a Mon Sep 17 00:00:00 2001 From: Chia-liang Kao Date: Wed, 30 Oct 2013 18:27:06 +0800 Subject: [PATCH] install libtsm from freedesktop git repo --- script/setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/setup b/script/setup index eefc8b7..72e58e9 100755 --- a/script/setup +++ b/script/setup @@ -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