Signed-off-by: Peter Hutterer <peter.hutte...@who-t.net> --- configure.ac | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac index 4ba103c..be211f8 100644 --- a/configure.ac +++ b/configure.ac @@ -49,11 +49,13 @@ XORG_WITH_DOXYGEN(1.6.1) # Checks for libraries. AC_CHECK_LIB([m], [rint]) +XPROTOS="xproto xext kbproto inputproto randrproto" + # Obtain compiler/linker options from server and required extensions -PKG_CHECK_MODULES(XORG, [xorg-server >= 1.7.0] xproto xext kbproto inputproto randrproto) +PKG_CHECK_MODULES(XORG, [xorg-server >= 1.7.0] $XPROTOS) # Obtain compiler/linker options for the xsetwacom tool -PKG_CHECK_MODULES(X11, x11 xi xrandr xinerama) +PKG_CHECK_MODULES(X11, x11 xi xrandr xinerama $XPROTOS) # Obtain compiler/linker options for libudev used by ISDV4 code PKG_CHECK_MODULES(UDEV, libudev) -- 1.8.5.3 ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/13534_NeoTech _______________________________________________ Linuxwacom-devel mailing list Linuxwacom-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel