summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2010-04-12 13:05:49 -0400
committerPeter Hutterer <peter.hutterer@who-t.net>2010-04-13 10:26:54 +1000
commit7813328083de1d6f6d9bd028ff4c18f222e81ff3 (patch)
treecdb3567a9c6f92e3b4bdf9492318ed87cab8be4c /configure.ac
parentc36de6947dfb23946926d041aa08d482ffd96a0f (diff)
downloadxf86-input-wacom-7813328083de1d6f6d9bd028ff4c18f222e81ff3.tar.gz
config: comment usage of PKG_CHECK_MODULES
There are two separate targets for which config should not be mixed. Follow-up from review. Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index bbf559c..fd9ca63 100644
--- a/configure.ac
+++ b/configure.ac
@@ -58,8 +58,9 @@ m4_ifndef([XORG_MACROS_VERSION],
XORG_MACROS_VERSION([1.4])
XORG_DEFAULT_OPTIONS
-# Checks for pkg-config packages.
+# Obtain compiler/linker options for the wacom driver
PKG_CHECK_MODULES(XORG, xorg-server xproto)
+# Obtain compiler/linker options for the xsetwacom tool
PKG_CHECK_MODULES(X11, x11 xi)
# Define a configure option for code debugging