在Debian挤压/喘息中缺少XCB头

时间:2022-10-25 15:08:21

The docs talk about a file called input.h that doesn't seem to appear in any of the packages, at least according to:

文档讨论的是一个名为input的文件。h似乎没有出现在任何一个包裹中,至少根据:

apt-file search /usr/include/xcb/xinput.h

I need that because I was trying to use the function xcb_input_open_device.

我需要它,因为我试图使用函数xcb_input_open_device。

What am I doing wrong?

我做错了什么?

1 个解决方案

#1


1  

It seems that XInput Extension is disabled by default because it's not yet stable enough; hence not packaged in Debian.

似乎XInput扩展在默认情况下被禁用,因为它还不够稳定;因此没有打包在Debian中。

In the configure script:

配置脚本:

--enable-xinput         Build XCB XInput Extension (default: "no")

#1


1  

It seems that XInput Extension is disabled by default because it's not yet stable enough; hence not packaged in Debian.

似乎XInput扩展在默认情况下被禁用,因为它还不够稳定;因此没有打包在Debian中。

In the configure script:

配置脚本:

--enable-xinput         Build XCB XInput Extension (default: "no")