ctpl: add dependency on gettext (#21747)

This commit is contained in:
darmac 2021-02-18 17:07:38 +08:00 committed by GitHub
parent 7ac156fb12
commit 76304595d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,7 @@ class Ctpl(AutotoolsPackage):
depends_on('automake', type='build')
depends_on('libtool', type='build')
depends_on('m4', type='build')
depends_on('gettext', type='build')
depends_on('gtk-doc')
depends_on('glib@2.10:')