Skip to content

audacious: Add gettext and iconv dependency.#18584

Merged
alalazo merged 2 commits intospack:developfrom
tkameyama:bugfix/audacious
Sep 9, 2020
Merged

audacious: Add gettext and iconv dependency.#18584
alalazo merged 2 commits intospack:developfrom
tkameyama:bugfix/audacious

Conversation

@tkameyama
Copy link
Copy Markdown
Contributor

audacious use gettext and iconv, but not dependency.
This PR add gettext and iconv dependency.

Comment on lines +25 to +28
depends_on('gettext', type=('build', 'link'))
depends_on('iconv', type='link')
depends_on('glib', type='link')
depends_on('qt', type='link')
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we remove types from these dependencies and use the default, which seems to fit? If instead we want for some reason to stick with these, isn't qt a build,link dependency due to the presence of MOC and similar machinery?

@alalazo alalazo merged commit 4472914 into spack:develop Sep 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants