如何安装 xorg 宏?

Cor*_*mer 2 xorg apt autoconf

我正在尝试从源代码构建 xf86-input-libinput 以应用补丁。当我按照此处给出的步骤操作时,我autoreconf -vif收到一条错误消息:

configure.ac:41: error: must install xorg-macros 1.8 or later before running autoconf/autogen
Run Code Online (Sandbox Code Playgroud)

我尝试sudo apt-get install xorg-macros过没有效果(找不到源码包)。我该如何安装xorg-macros

ste*_*ver 7

pkg-config文件xorg-macros.pc似乎是由xutils-dev包提供的

该软件包还包含 xorg-macros.m4,这是 X.Org 软件包的配置脚本中使用的一组宏。