Skip to content

Commit

Permalink
main/gnome-control-center: hostdep on libxml2-progs
Browse files Browse the repository at this point in the history
This allows the builtin resources to be compiled properly,
which allows the assets to be displayed.
  • Loading branch information
q66 committed Sep 29, 2024
1 parent 0a42430 commit 6463a6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main/gnome-control-center/template.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
pkgname = "gnome-control-center"
pkgver = "47.0.1"
pkgrel = 0
pkgrel = 1
build_style = "meson"
make_check_wrapper = ["wlheadless-run", "--"]
hostmakedepends = [
"gettext",
"glib-devel",
"gobject-introspection",
"libxml2-progs",
"meson",
"pkgconf",
"polkit",
Expand Down

0 comments on commit 6463a6c

Please sign in to comment.