build: fix syntax error in setup script
This commit is contained in:
parent
11794e3da9
commit
31df386fed
@ -87,7 +87,7 @@ if test "x$system" = xUbuntu -o "x$system" = xDebian -o "x$system" = xLinuxMint
|
|||||||
mesa-common-dev mesa-utils python-dev python-gconf python-gobject \
|
mesa-common-dev mesa-utils python-dev python-gconf python-gobject \
|
||||||
xulrunner-dev xserver-xephyr gnome-terminal libcroco3-dev \
|
xulrunner-dev xserver-xephyr gnome-terminal libcroco3-dev \
|
||||||
libgstreamer0.10-dev gstreamer0.10-plugins-base gstreamer0.10-plugins-good \
|
libgstreamer0.10-dev gstreamer0.10-plugins-base gstreamer0.10-plugins-good \
|
||||||
libltdl-dev libvorbis-dev
|
libltdl-dev libvorbis-dev \
|
||||||
; do
|
; do
|
||||||
if ! dpkg-checkbuilddeps -d $pkg /dev/null 2> /dev/null; then
|
if ! dpkg-checkbuilddeps -d $pkg /dev/null 2> /dev/null; then
|
||||||
reqd="$pkg $reqd"
|
reqd="$pkg $reqd"
|
||||||
|
Loading…
Reference in New Issue
Block a user