build/meson: remove unnecessary square brackets

This commit is contained in:
Thomas Haller 2018-01-11 12:29:31 +01:00
parent 603daa5b25
commit 98b46537fa

View file

@ -14,7 +14,7 @@ cflags = [
]
if have_fake_typelibs
deps += [ gir_dep ]
deps += gir_dep
subdir('fake-typelib')
endif