Skip to content

Commit

Permalink
Merge pull request desura#198 from matthiaskrgr/install_deps
Browse files Browse the repository at this point in the history
install-deps.sh: arch: add libxml2 and libxxf86vm.
  • Loading branch information
Jookia committed Apr 27, 2012
2 parents 5205145 + 17572b3 commit cfa8236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-deps.sh
Expand Up @@ -28,7 +28,7 @@ elif [ -f /etc/arch-release ]; then
echo -e "\e[1;31mNote: there is a pkgbuild in ./distro/archlinux/\e[0m"
# By using "pacman -T" to find out needed dependencies, we don't get
# conflicts if a package we have installed provides one of the dependencies.
DEPS=`pacman -T sqlite git subversion m4 autoconf gcc glibc binutils autoconf libtool gtk2 nss libgnome-keyring dbus-glib gperf bison cups flex libjpeg-turbo alsa-lib bzip2 libxpm libx11 openssl scons gconf libnotify xdg-user-dirs v8 c-ares sed libwebp flac libpng speex zlib xdg-utils libevent libxslt yasm | sed -e 's/\n/ /g'`
DEPS=`pacman -T sqlite git subversion m4 autoconf gcc glibc binutils autoconf libtool gtk2 nss libgnome-keyring dbus-glib gperf bison cups flex libjpeg-turbo alsa-lib bzip2 libxpm libx11 openssl scons gconf libnotify xdg-user-dirs v8 c-ares sed libwebp flac libpng speex zlib xdg-utils libevent libxslt yasm libxml2 libxxf86vm | sed -e 's/\n/ /g'`
if [ -z "${DEPS}" ]; then
echo "Dependencies already installed."
else
Expand Down

0 comments on commit cfa8236

Please sign in to comment.