summaryrefslogtreecommitdiff
path: root/hw/xfree86/dri
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2008-12-22 13:43:30 -0800
committerDan Nicholson <dbn.lists@gmail.com>2009-01-18 09:49:06 -0800
commit64f924fbf513b5f91b3f2bcf5767f6fe927d3f7a (patch)
tree3746dbd5193c12aafa975eb9c42eea59da33264e /hw/xfree86/dri
parente1c8ee215797fa8c6a3a5421bb6f99b58064248b (diff)
Kill off --with-mesa-source completely
There were a few spots left in the source that were using the --with-mesa-source defined headers or the now removed $(top_srcdir)/GL directory. These aren't needed anymore as all the necessary source for GLX is in $(top_srcdir)/glx. Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
Diffstat (limited to 'hw/xfree86/dri')
-rw-r--r--hw/xfree86/dri/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/xfree86/dri/Makefile.am b/hw/xfree86/dri/Makefile.am
index 9bc8fab0c..a7b491c6e 100644
--- a/hw/xfree86/dri/Makefile.am
+++ b/hw/xfree86/dri/Makefile.am
@@ -8,8 +8,6 @@ libdri_la_CFLAGS = -I$(top_srcdir)/hw/xfree86/common \
-I$(top_srcdir)/hw/xfree86/ramdac \
-I$(top_srcdir)/hw/xfree86/os-support/bus \
-I$(top_srcdir)/glx \
- -I$(top_srcdir)/GL/include \
- -I$(top_builddir)/GL/include \
-DHAVE_XORG_CONFIG_H \
@DIX_CFLAGS@ @XORG_CFLAGS@ @DRIPROTO_CFLAGS@ \
@LIBDRM_CFLAGS@ \