Skip to content
Snippets Groups Projects
Commit 6805a6ce authored by Natanael Copa's avatar Natanael Copa
Browse files

community/glade: enable on mips64 but without webkit

parent ba3661cc
No related branches found
No related tags found
No related merge requests found
......@@ -5,11 +5,14 @@ pkgver=3.38.2
pkgrel=0
pkgdesc="User Interface Designer for GTK+ and GNOME"
url="https://glade.gnome.org/"
arch="all !mips64" # blocked by webkit2gtk
arch="all"
license="GPL-2.0-or-later"
makedepends="gtk+3.0-dev libxml2-dev itstool gtk-doc intltool
webkit2gtk-dev py3-gobject3-dev gobject-introspection-dev meson
py3-gobject3-dev gobject-introspection-dev meson
python3-dev"
if [ "$CARCH" != "mips64" ]; then
makedepends="$makedepends webkit2gtk-dev"
fi
checkdepends="xvfb-run ibus adwaita-icon-theme"
options="!check" # If adwaita-icon-theme wasn't installed e before we'd have to updathe the icon cache
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment