标签: qtwayland

获取wayland weston中的活动窗口列表

如何在wayland中获取活动窗口的列表..即,在我的窗口中,一个终端处于活动状态且计算器也处于活动状态,我需要在终端中获取这些窗口的详细信息,我该如何获取它?

window wayland qtwayland

7
推荐指数
1
解决办法
1470
查看次数

如何在QT构建期间禁用Qt Wayland模块?

我正在尝试使用jessie在我的覆盆子pi上构建Qt .

我提供的配置选项如下所示:

./configure -v -opengl es2 -device linux-rasp-pi-g''+ -device-option CROSS_COMPILE=/usr/bin/ -opensource -confirm-license -optimized-qmake -reduce-exports -release -qt-pcre -make libs -prefix /usr/local/qt5
Run Code Online (Sandbox Code Playgroud)

但是,我收到了与QtWayland有关的以下错误...

Project ERROR: wayland-client development package not found
Makefile:54: recipe for target 'sub-brcm-egl-install_subtargets' failed
make[5]: *** [sub-brcm-egl-install_subtargets] Error 3
make[5]: Leaving directory '/home/pi/packages/qt5/qt-everywhere-opensource-src-5.5.1/qtwayland/src/plugins/hardwareintegration/client'
Makefile:54: recipe for target 'sub-client-install_subtargets' failed
make[4]: *** [sub-client-install_subtargets] Error 2
make[4]: Leaving directory '/home/pi/packages/qt5/qt-everywhere-opensource-src-5.5.1/qtwayland/src/plugins/hardwareintegration'
Makefile:81: recipe for target 'sub-hardwareintegration-install_subtargets' failed
make[3]: *** [sub-hardwareintegration-install_subtargets] Error 2
make[3]: Leaving directory '/home/pi/packages/qt5/qt-everywhere-opensource-src-5.5.1/qtwayland/src/plugins'
Makefile:107: recipe …
Run Code Online (Sandbox Code Playgroud)

qt qtwayland

5
推荐指数
1
解决办法
3059
查看次数

标签 统计

qtwayland ×2

qt ×1

wayland ×1

window ×1