From a15dbb88865362dd281a9db6cb272da2afe92586 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michel=20D=C3=A4nzer?= Date: Fri, 23 Oct 2020 12:25:16 +0200 Subject: [PATCH] meson: Change project name to xwayland (cherry picked from commit 001f0c89383a2c5227175da1fff8c9592413ba4c) --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 6c60310a6..1a4e28326 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('xserver', 'c', +project('xwayland', 'c', default_options: [ 'buildtype=debugoptimized', 'c_std=gnu99',