diff options
author | Keith Packard <keithp@koto.keithp.com> | 2007-08-26 22:27:34 -0700 |
---|---|---|
committer | Keith Packard <keithp@koto.keithp.com> | 2007-08-26 22:27:34 -0700 |
commit | 3d3bf493a3973f4067433d27a4d7ddfecaa18f1c (patch) | |
tree | 7b6d93ae4147ed826fb11d45b63287501d8639fa /src/bios_reader/Makefile.am | |
parent | 5faf9cc6afe1c30fa88bc6446088a6fa47fc5d0b (diff) |
Intel driver configuration (only) changes for X server libpciaccess usage.
Detect whether the target X server uses libpciaccess, using it in the driver
compilation as necessary. This change means that utilities that used to use
libpciaccess will not do so unless the driver itself uses libpciaccess. Yes,
that could be fixed, but it doesn't seem that important.
This patch does not include any code changes necessary to actually have the
driver build against an X server using libpciaccess.
Diffstat (limited to 'src/bios_reader/Makefile.am')
-rw-r--r-- | src/bios_reader/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bios_reader/Makefile.am b/src/bios_reader/Makefile.am index 8e036939..a4adecb1 100644 --- a/src/bios_reader/Makefile.am +++ b/src/bios_reader/Makefile.am @@ -2,7 +2,7 @@ AM_CFLAGS = @WARN_CFLAGS@ @XORG_CFLAGS@ @XMODES_CFLAGS@ noinst_PROGRAMS = bios_reader $(BIOS_DUMPER) -if HAVE_PCIACCESS +if XSERVER_LIBPCIACCESS BIOS_DUMPER = bios_dumper bios_dumper_SOURCES = bios_dumper.c |