summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-01-11 12:29:31 +0100
committerThomas Haller <thaller@redhat.com>2018-01-11 12:29:31 +0100
commit98b46537fa1a91941b5f7a8252b3fce85554a855 (patch)
tree091e99e611ab615d58b4a8c067da172c1abfd8c1
parent603daa5b256b8964e0eed8c78a49d445f7944734 (diff)
downloadNetworkManager-98b46537fa1a91941b5f7a8252b3fce85554a855.tar.gz
build/meson: remove unnecessary square brackets
-rw-r--r--libnm/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm/meson.build b/libnm/meson.build
index 949908191c..0cf1392af7 100644
--- a/libnm/meson.build
+++ b/libnm/meson.build
@@ -14,7 +14,7 @@ cflags = [
]
if have_fake_typelibs
- deps += [ gir_dep ]
+ deps += gir_dep
subdir('fake-typelib')
endif