Hello,
I'm trying to install xf86-input-wacom-0.30.0. Here what I did:
- Downloaded /xf86-input-wacom-0.30.0.tar.bz2
- Untared
- Ran ./configure --prefix=/usr/local/
-
Here what I get. Any help would be very much appreciated
checking if gcc -std=gnu99 supports -Werror=attributes... yes
Package xorg-macros was not found in the pkg-config search path.
Perhaps you should add the directory containing `xorg-macros.pc'
to the PKG_CONFIG_PATH environment variable
No package 'xorg-macros' found
checking whether make supports nested variables... (cached) yes
checking for doxygen... no
configure: WARNING: doxygen not found - documentation targets will be skipped
checking for rint in -lm... yes
checking for XORG... no
configure: error: Package requirements (xorg-server >= 1.7.0 xproto xext kbproto inputproto randrproto) were not met:
No package 'xorg-server' found
No package 'xproto' found
No package 'xext' found
No package 'kbproto' found
No package 'inputproto' found
No package 'randrproto' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables XORG_CFLAGS
and XORG_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
It looks like you're missing some required packages. As described on the wiki's installation instructions, you'll need to install those dependencies first. Depending on your system, you might try one of the following commands and then re-running configure:
Ubuntu / Mint /Debian
sudo apt-get install xutils-dev libtool xserver-xorg-dev libx11-dev libxi-dev libxrandr-dev libxinerama-dev libudev-devFedora / Red Hat / Magia
sudo yum install gcc xorg-x11-util-macros xorg-x11-server-devel libXext-devel libXi-devel libXrandr-devel libXinerama-devel libudev-develBruno, please follow the step at http://linuxwacom.sourceforge.net/wiki/index.php/Xf86-input-wacom closely. If you still have issues, please post them to the discussion mailing list. You would get more people help you out there.
This tracker is meant for driver functionality requests.
Thank you for using Wacom device on Linux.