summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@intel.com>2019-07-09 10:18:12 +0100
committerEric Engestrom <eric.engestrom@intel.com>2019-07-09 10:28:17 +0100
commita12e306ce18ff1c2922219a5342fa419ee80a12e (patch)
treefbe59da8365c80c1f0367c5bbe3acb6a1906323e
parentbc0699f2826081dd54dbf8edd67e047393a20d40 (diff)
downloadkmscube-a12e306ce18ff1c2922219a5342fa419ee80a12e.tar.gz
meson: drop `break`
Fixes #2 Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
-rw-r--r--meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 4b27372..8ef97d5 100644
--- a/meson.build
+++ b/meson.build
@@ -73,7 +73,6 @@ with_gst = true
foreach _dep : dep_gst
if not _dep.found()
with_gst = false
- break
endif
endforeach