diff options
author | Kristian Høgsberg <[email protected]> | 2010-01-01 17:03:33 -0500 |
---|---|---|
committer | Kristian Høgsberg <[email protected]> | 2010-01-04 11:47:59 -0500 |
commit | 8616cec5c9889e6166839b33baa8db52f04d409c (patch) | |
tree | 924125aecc48070bdebe9870d72a3d0f1afd8be5 /configs | |
parent | a3abb9d1cc4698e45e5d794919e8c27a3d7e5908 (diff) |
Check for libdrm_$chipset.pc when needed
This adds missing pkg-config lookup for intel and moves the radeon
lookup into a case...esac so it's only looked up when one or more of
the radeon drivers are enabled.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/autoconf.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/autoconf.in b/configs/autoconf.in index b94d9bce469..f63618ebea2 100644 --- a/configs/autoconf.in +++ b/configs/autoconf.in @@ -22,6 +22,8 @@ LDFLAGS = @LDFLAGS@ EXTRA_LIB_PATH = @EXTRA_LIB_PATH@ RADEON_CFLAGS = @RADEON_CFLAGS@ RADEON_LDFLAGS = @RADEON_LDFLAGS@ +INTEL_LIBS = @INTEL_LIBS@ +INTEL_CFLAGS = @INTEL_CFLAGS@ # Assembler MESA_ASM_SOURCES = @MESA_ASM_SOURCES@ |