From d57e8cbd7297622dad9746e718f52a32c92fa32e Mon Sep 17 00:00:00 2001 From: StratusFearMe21 <57533634+StratusFearMe21@users.noreply.github.com> Date: Sun, 15 Jan 2023 22:32:23 +0000 Subject: [PATCH] Update meson.build --- meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/meson.build b/meson.build index eb6b46c..aa88079 100644 --- a/meson.build +++ b/meson.build @@ -16,7 +16,6 @@ libinput_dep = dependency('libinput') c_args = [ '-DWLR_USE_UNSTABLE', '-D_POSIX_C_SOURCE=200809L', - '-DXWAYLAND', '-DVERSION="@0@"'.format(meson.project_version()) ]