浏览代码

Fixed name of xkbcommon pkg-config module.

Jonas Ådahl 11 年之前
父节点
当前提交
76f78cf123
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -302,7 +302,7 @@ if (_GLFW_WAYLAND)
     list(APPEND glfw_LIBRARIES ${WAYLAND_LIBRARIES} -pthread)
 
     find_package(XKBCommon REQUIRED)
-    set(GLFW_PKG_DEPS "${GLFW_PKG_DEPS} libxkbcommon")
+    set(GLFW_PKG_DEPS "${GLFW_PKG_DEPS} xkbcommon")
     list(APPEND glfw_INCLUDE_DIRS ${XKBCOMMON_INCLUDE_DIRS})
     list(APPEND glfw_LIBRARIES ${XKBCOMMON_LIBRARY})