summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorJeff Smith <whydoubt@yahoo.com>2010-03-12 18:55:09 -0600
committerDan Nicholson <dbn.lists@gmail.com>2010-03-13 11:42:24 -0800
commit8d86d395dcf6a5f192b6987485bb7aef49f1fefc (patch)
tree63e097b1d9fda1848c5ef299ffb48b227b318734 /configs
parent392d37609d85f42bf5fbcecbc285857e8ed265e5 (diff)
Use X_LIBS from pkg-config, instead of libdir, for locating libX11
Signed-off-by: Jeff Smith <whydoubt@yahoo.com> Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/autoconf.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/autoconf.in b/configs/autoconf.in
index bf34f3bffa..f50fb7dd09 100644
--- a/configs/autoconf.in
+++ b/configs/autoconf.in
@@ -24,6 +24,8 @@ RADEON_CFLAGS = @RADEON_CFLAGS@
RADEON_LDFLAGS = @RADEON_LDFLAGS@
INTEL_LIBS = @INTEL_LIBS@
INTEL_CFLAGS = @INTEL_CFLAGS@
+X_LIBS = @X_LIBS@
+X_CFLAGS = @X_CFLAGS@
# Assembler
MESA_ASM_SOURCES = @MESA_ASM_SOURCES@