diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2013-06-09 20:25:14 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2013-06-09 20:25:14 (GMT) |
commit | 5268638ffe938bde0c1b7d55907f14ac7f29f9ea (patch) | |
tree | 091fae6edd30d28587ce6ce9d093889b29337228 /scripts/uni-get-dependencies.sh | |
parent | 3302442b971e9fa46d50d19913e0ed316dff7ebd (diff) |
better solution for xvfb startup on netbsd/ash
Diffstat (limited to 'scripts/uni-get-dependencies.sh')
-rwxr-xr-x | scripts/uni-get-dependencies.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/uni-get-dependencies.sh b/scripts/uni-get-dependencies.sh index b3c6881..31337c8 100755 --- a/scripts/uni-get-dependencies.sh +++ b/scripts/uni-get-dependencies.sh @@ -50,7 +50,7 @@ get_mageia_deps() sudo urpmi ctags sudo urpmi task-c-devel task-c++-devel libqt4-devel libgmp-devel \ libmpfr-devel libboost-devel eigen3-devel libglew-devel bison flex \ - cmake imagemagick python curl git + cmake imagemagick python curl git x11-server-xvfb } get_debian_deps() |