From 71829a0f0de23345fecc7576a0541f6fbec78b25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilla=20L=C3=B6wy?= Date: Sun, 15 Aug 2021 23:34:13 +0200 Subject: [PATCH] Wayland: Remove unused pkg-config dependency Related to #1934. --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2519b071..6176e16a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -215,8 +215,6 @@ if (_GLFW_WAYLAND) wayland-egl>=0.2.7 xkbcommon) - list(APPEND glfw_PKG_DEPS "wayland-client") - list(APPEND glfw_INCLUDE_DIRS "${Wayland_INCLUDE_DIRS}") include(CheckIncludeFiles)