Add missing gettext dependency to at-spi2-core (#10124)
This commit is contained in:
parent
37954a78ff
commit
c2b546fa97
@ -20,6 +20,7 @@ class AtSpi2Core(MesonPackage):
|
|||||||
|
|
||||||
depends_on('glib@2.56.1:')
|
depends_on('glib@2.56.1:')
|
||||||
depends_on('dbus@1.12.8:')
|
depends_on('dbus@1.12.8:')
|
||||||
|
depends_on('gettext')
|
||||||
depends_on('libx11')
|
depends_on('libx11')
|
||||||
depends_on('libxi')
|
depends_on('libxi')
|
||||||
depends_on('libxtst', type='build')
|
depends_on('libxtst', type='build')
|
||||||
|
Loading…
Reference in New Issue
Block a user