audacious: added gettext and iconv dependency. (#18584)
This commit is contained in:
parent
8494d26c0a
commit
4472914847
@ -22,7 +22,9 @@ class Audacious(AutotoolsPackage):
|
||||
depends_on('autoconf', type='build')
|
||||
depends_on('automake', type='build')
|
||||
depends_on('libtool', type='build')
|
||||
depends_on('glib')
|
||||
depends_on('gettext')
|
||||
depends_on('iconv', type='link')
|
||||
depends_on('glib', type='link')
|
||||
depends_on('qt')
|
||||
|
||||
def autoreconf(self, spec, prefix):
|
||||
|
Loading…
Reference in New Issue
Block a user