glib: fix dependency conflict when using ./xbps-src check glib

Add glib-bootstrap since it both conflicts with glib and provides glib.
This commit is contained in:
oreo639 2024-04-17 21:51:02 -07:00
parent f0c5baa620
commit 27f936e608
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ configure_args="-Dman=true -Dselinux=disabled -Dintrospection=enabled
hostmakedepends="gettext pkg-config gobject-introspection-bootstrap
libxslt docbook-xsl $(vopt_if gtk_doc gi-docgen) python3-packaging python3-docutils"
makedepends="zlib-devel pcre2-devel libffi-devel dbus-devel elfutils-devel libmount-devel"
checkdepends="desktop-file-utils shared-mime-info dbus python3-pytest"
checkdepends="glib-bootstrap desktop-file-utils shared-mime-info dbus python3-pytest"
short_desc="GNU library of C routines"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.1-or-later"