* libsecret

* Update package.py

Co-authored-by: Elizabeth Fischer <elizabeth.fischer@alaska.edu>
This commit is contained in:
Elizabeth Fischer 2020-05-04 20:44:23 -04:00 committed by GitHub
parent e575ba2773
commit 76bd143c30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,8 @@ class Libsecret(AutotoolsPackage):
# Optional Vala support is not implemented yet
# variant('vala', default=False, descript='Build with Vala support')
depends_on('pkgconfig', type='build')
# depends_on('mesa')
# https://gitlab.gnome.org/GNOME/libsecret/blob/master/meson.build
depends_on('glib@2.44:')
depends_on('libgcrypt@1.2.2:', when='+gcrypt')