audacious: add link type build to glib. (#18884)

This commit is contained in:
Toyohisa Kameyama 2020-10-11 11:05:18 +09:00 committed by GitHub
parent 933aacf7b6
commit a408400619
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ class Audacious(AutotoolsPackage):
depends_on('libtool', type='build')
depends_on('gettext')
depends_on('iconv', type='link')
depends_on('glib', type='link')
depends_on('glib')
depends_on('qt')
def autoreconf(self, spec, prefix):