Add missing libbsd dependency to libxdmcp (#10122)

This commit is contained in:
Adam J. Stewart 2018-12-17 13:04:00 -06:00 committed by GitHub
parent 9913b3b846
commit fe73043170
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,3 +17,4 @@ class Libxdmcp(AutotoolsPackage):
depends_on('xproto', type='build') depends_on('xproto', type='build')
depends_on('pkgconfig', type='build') depends_on('pkgconfig', type='build')
depends_on('util-macros', type='build') depends_on('util-macros', type='build')
depends_on('libbsd')