about summary refs log tree commit diff
path: root/test/build/gtk+-build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/build/gtk+-build.sh')
-rwxr-xr-xtest/build/gtk+-build.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/test/build/gtk+-build.sh b/test/build/gtk+-build.sh
deleted file mode 100755
index 3b663fec5f05..000000000000
--- a/test/build/gtk+-build.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#! /bin/sh
-
-export PATH=$pkgconfig/bin:/bin:/usr/bin
-export PKG_CONFIG_PATH=$glib/lib/pkgconfig:$atk/lib/pkgconfig:$pango/lib/pkgconfig
-export LD_LIBRARY_PATH=$glib/lib:$atk/lib:$pango/lib
-
-top=`pwd`
-tar xvfj $src || exit 1
-cd gtk+-* || exit 1
-./configure --prefix=$top || exit 1
-make || exit 1
-make install || exit 1
-cd $top || exit 1
-rm -rf gtk+-* || exit 1