gconf: add dependencies (#18406)

* gconf: add dependencies

* gconf: add run type to perl-xml-parser
This commit is contained in:
ketsubouchi 2020-09-07 12:33:42 +09:00 committed by GitHub
parent 8ad581e7b3
commit 80691fa6d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,13 +14,10 @@ class Gconf(AutotoolsPackage):
version('3.2.6', sha256='1912b91803ab09a5eed34d364bf09fe3a2a9c96751fde03a4e0cfa51a04d784c')
depends_on('pkgconfig', type='build')
depends_on('glib@2.14.0:')
depends_on('libxml2')
# TODO: add missing dependencies
# gio-2.0 >= 2.31.0
# gthread-2.0
# gmodule-2.0 >= 2.7.0
# gobject-2.0 >= 2.7.0
# dbus-1 >= 1.0.0
# dbus-glib-1 >= 0.74
depends_on('dbus')
depends_on('dbus-glib')
depends_on('orbit2')
depends_on('perl-xml-parser', type=('build', 'run'))