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-04-19 20:21:57 -0700
commit3b693fd93fbddc24360ed345a832387834e0a1fc (patch)
tree0f8544fc9e285d776bc264a3d7d0ea5566fe6504 /configs
parent0a18cdb0ed2f4b747688f653d9947d174fae77ff (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> (cherry picked from commit 8d86d395dcf6a5f192b6987485bb7aef49f1fefc)
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 30637877f3..f07035a098 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@