From a129b6d0ab8b404b0ba426d88427fd1732aa2894 Mon Sep 17 00:00:00 2001 From: Simon Ser <contact@emersion.fr> Date: Mon, 13 Dec 2021 18:19:30 +0100 Subject: [PATCH] build: remove wayland-server dep This client doesn't need to depend on the server lib. In fact, the dep is unused. --- meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/meson.build b/meson.build index 7e943a3..bf67108 100644 --- a/meson.build +++ b/meson.build @@ -21,7 +21,6 @@ cc = meson.get_compiler('c') cflags = ['-Wno-unused-parameter'] add_project_arguments(cflags, language: 'c') -dep_wayland_server = dependency('wayland-server', version: '>= 1.17.0') dep_wayland_client = dependency('wayland-client', version: '>= 1.17.0') config_h = configuration_data() -- GitLab