ctpl: add dependency on gettext (#21747)
This commit is contained in:
parent
7ac156fb12
commit
76304595d5
@ -19,6 +19,7 @@ class Ctpl(AutotoolsPackage):
|
|||||||
depends_on('automake', type='build')
|
depends_on('automake', type='build')
|
||||||
depends_on('libtool', type='build')
|
depends_on('libtool', type='build')
|
||||||
depends_on('m4', type='build')
|
depends_on('m4', type='build')
|
||||||
|
depends_on('gettext', type='build')
|
||||||
depends_on('gtk-doc')
|
depends_on('gtk-doc')
|
||||||
depends_on('glib@2.10:')
|
depends_on('glib@2.10:')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user