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

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):