Apt
如何安裝 xorg-macros?
我正在嘗試從原始碼建構 xf86-input-libinput 以應用更新檔。當我按照步驟中給出的
autoreconf -vif
配方時,我收到一條錯誤消息:configure.ac:41: error: must install xorg-macros 1.8 or later before running autoconf/autogen
我試過
sudo apt-get install xorg-macros
無濟於事(找不到源包)。我該如何安裝xorg-macros
?
軟體包xutils-dev
xorg-macros.pc
似乎提供了一個pkg-config 文件這個包還包含 xorg-macros.m4,一組用於 X.Org 包的配置腳本的宏。