瀏覽代碼

Wayland: Remove unused pkg-config dependency

Related to #1934.
Camilla Löwy 4 年之前
父節點
當前提交
71829a0f0d
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      CMakeLists.txt

+ 0 - 2
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)