gtkplus: add gettext dependency (#10464)

This commit is contained in:
Michael Kuhn 2019-01-30 20:08:43 +01:00 committed by Peter Scheibel
parent b114ec4e77
commit 5ada4d9956

View file

@ -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')