gtkplus: add gettext dependency (#10464)
This commit is contained in:
parent
b114ec4e77
commit
5ada4d9956
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ class Gtkplus(AutotoolsPackage):
|
|||
depends_on('inputproto', when='@3:')
|
||||
depends_on('fixesproto', when='@3:')
|
||||
depends_on('at-spi2-atk', when='@3:')
|
||||
depends_on('gettext', when='@3:')
|
||||
|
||||
patch('no-demos.patch', when='@2:2.99')
|
||||
|
||||
|
|
Loading…
Reference in a new issue