aboutsummaryrefslogtreecommitdiff
path: root/backend/meson.build
diff options
context:
space:
mode:
authorMoritz <moritz.weichert@t-online.de>2017-11-30 15:00:36 +0100
committerMoritz <moritz.weichert@t-online.de>2017-11-30 18:01:13 +0100
commitcef6d7549131cfee7cd60ada0388a2766335c70a (patch)
tree6a6278ee1b8ad6a38d16471d07202f67a776353c /backend/meson.build
parent5d7eb438d9dde68ce185daf977a0c27a1398bbc9 (diff)
Moved os-compatibility and added header
* Moved os-compatibility.c to util * Added header under util * Removed static since it isn't needed (i think so) * Adjusted meson.build to include lib_wlr Improved some codestyle * Added guard to os-compatibility.h * Fixed typo in include statment Adjusted Guard * Changed guard to _WLR_UTIL_OS_COMPATIBILITY
Diffstat (limited to 'backend/meson.build')
-rw-r--r--backend/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/backend/meson.build b/backend/meson.build
index 5ed7b227..c9d47317 100644
--- a/backend/meson.build
+++ b/backend/meson.build
@@ -21,7 +21,6 @@ backend_files = files(
'wayland/output.c',
'wayland/registry.c',
'wayland/wl_seat.c',
- 'wayland/os-compatibility.c',
'x11/backend.c',
)