#!/usr/bin/env bash

source "$(dirname "$0")/../glib/dependencies/pacman"

PACKAGES+=(
    # These are dependencies necessary for building WPE.
    gnutls
    icu
    libxml2
    ru
    unifdef
    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

    # These are dependencies necessary for building Cog.
    libportal
    libportal-gtk4
    xcb-util-cursor
)
