From 37fd461759b829f368f7ee48dd07beb1d09b1d5c Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Sat, 25 May 2024 10:29:28 +0200 Subject: [PATCH] build: Make use of the x11 dependency Part-of: --- src/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/src/meson.build b/src/meson.build index d9e1c79f1..f99b341b9 100644 --- a/src/meson.build +++ b/src/meson.build @@ -77,6 +77,7 @@ gnome_shell_deps = [ gcr_dep, libsystemd_dep, libpipewire_dep, + x11_dep, ] gnome_shell_deps += nm_deps