haikuwebkit/Tools/wpe/dependencies/pacman

38 lines
657 B
Bash

#!/usr/bin/env bash
source "$(dirname "$0")/../glib/dependencies/pacman"
PACKAGES+=(
# These are dependencies necessary for building WPE.
gnutls
icu
libxml2
ru
zlib
# These are dependencies necessary for running tests.
# Note: ruby-json and ruby-highline are available in the AUR.
perl-cgi
python2
python2-gobject
python2-lxml
ruby
# These are dependencies necessary for building the jhbuild.
libpulse
libsrtp
libtheora
libvorbis
libvpx
libxkbcommon
luajit
mesa
mesa-libgl
opus
perl-xml-libxml
util-linux
v4l-utils
wayland
xorg-xrandr
)