You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
archlinux+kde最新版本下使用cmake -DWITH_SUBMODULE_WAYLIB=ON -DBUILD_TEST_CLIENTS=ON -DUSE_WLROOTS_GIT=ON .. 编译0.2.3版本提示(wlroots为0.18.0-1) In file included from /home/wangguojian/Project/Deepin/treeland/waylib/qwlroots/src/types/qwtabletmanagerv2.cpp:14: /usr/include/wlroots-0.18/wlr/types/wlr_tablet_v2.h:15:10: 致命错误:tablet-v2-protocol.h:没有那个文件或目录 15 | #include "tablet-v2-protocol.h" | ^~~~~~~~~~~~~~~~~~~~~~
如果不加DUSE_WLROOTS_GIT=ON,则提示如下,但是我实际已经装了wlroot17的包
`
-- Checking for one of the modules 'wlroots>=0.17.0'
CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:938 (message):
None of the required 'wlroots>=0.17.0' found
Call Stack (most recent call first):
waylib/qwlroots/src/CMakeLists.txt:23 (pkg_search_module)
-- Checking for one of the modules 'wayland-server'
-- Checking for one of the modules 'pixman-1'
-- setup WLROOTS_VERSION: count 0, major , minor , patch
wlroots version=, major=, minor=, patch=
-- Checking for one of the modules 'wayland-protocols'
CMake Error at waylib/qwlroots/src/CMakeLists.txt:268 (if):
if given arguments:
"GREATER_EQUAL" "18"
Unknown arguments specified
`
LAUNCH-WAY | 启动方式
unknown
BACKEND | 启动后端
Wayland
STEPS TO REPRODUCE | 复现步骤
如题
OBSERVED RESULT | 观察到的结果
No response
EXPECTED RESULT | 期望的结果
No response
ADDITIONAL INFORMATION | 额外补充
No response
The text was updated successfully, but these errors were encountered:
SUMMARY | 问题概要
archlinux+kde最新版本下使用cmake -DWITH_SUBMODULE_WAYLIB=ON -DBUILD_TEST_CLIENTS=ON -DUSE_WLROOTS_GIT=ON .. 编译0.2.3版本提示(wlroots为0.18.0-1)
In file included from /home/wangguojian/Project/Deepin/treeland/waylib/qwlroots/src/types/qwtabletmanagerv2.cpp:14: /usr/include/wlroots-0.18/wlr/types/wlr_tablet_v2.h:15:10: 致命错误:tablet-v2-protocol.h:没有那个文件或目录 15 | #include "tablet-v2-protocol.h" | ^~~~~~~~~~~~~~~~~~~~~~
如果不加DUSE_WLROOTS_GIT=ON,则提示如下,但是我实际已经装了wlroot17的包
`
-- Checking for one of the modules 'wlroots>=0.17.0'
CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:938 (message):
None of the required 'wlroots>=0.17.0' found
Call Stack (most recent call first):
waylib/qwlroots/src/CMakeLists.txt:23 (pkg_search_module)
-- Checking for one of the modules 'wayland-server'
-- Checking for one of the modules 'pixman-1'
-- setup WLROOTS_VERSION: count 0, major , minor , patch
wlroots version=, major=, minor=, patch=
-- Checking for one of the modules 'wayland-protocols'
CMake Error at waylib/qwlroots/src/CMakeLists.txt:268 (if):
if given arguments:
Unknown arguments specified
`
LAUNCH-WAY | 启动方式
unknown
BACKEND | 启动后端
Wayland
STEPS TO REPRODUCE | 复现步骤
如题
OBSERVED RESULT | 观察到的结果
No response
EXPECTED RESULT | 期望的结果
No response
ADDITIONAL INFORMATION | 额外补充
No response
The text was updated successfully, but these errors were encountered: