mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
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:
parent
f0c5baa620
commit
27f936e608
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ configure_args="-Dman=true -Dselinux=disabled -Dintrospection=enabled
|
||||||
hostmakedepends="gettext pkg-config gobject-introspection-bootstrap
|
hostmakedepends="gettext pkg-config gobject-introspection-bootstrap
|
||||||
libxslt docbook-xsl $(vopt_if gtk_doc gi-docgen) python3-packaging python3-docutils"
|
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"
|
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"
|
short_desc="GNU library of C routines"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
|
|
Loading…
Add table
Reference in a new issue