aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2018-02-24 23:29:08 +0100
committerLibravatar GitHub <noreply@github.com>2018-02-24 23:29:08 +0100
commit583c30dbe3e3249ec1b753fddbfa982db56dce31 (patch)
treece07d65ab79287280f1f5468e2e62eb5cbef4089 /meson.build
parentImplement workspaces (diff)
parentstatic bfs queue (diff)
downloadsway-583c30dbe3e3249ec1b753fddbfa982db56dce31.tar.gz
sway-583c30dbe3e3249ec1b753fddbfa982db56dce31.tar.zst
sway-583c30dbe3e3249ec1b753fddbfa982db56dce31.zip
Merge pull request #1585 from acrisci/focus-overhaul
focus overhaul
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 49392126..fc995c81 100644
--- a/meson.build
+++ b/meson.build
@@ -10,6 +10,7 @@ project(
10) 10)
11 11
12add_project_arguments('-Wno-unused-parameter', language: 'c') 12add_project_arguments('-Wno-unused-parameter', language: 'c')
13add_project_arguments('-Wno-unused-function', language: 'c')
13 14
14cc = meson.get_compiler('c') 15cc = meson.get_compiler('c')
15 16