summaryrefslogtreecommitdiff
path: root/glx
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2016-09-29 18:41:19 +0100
committerAdam Jackson <ajax@redhat.com>2016-10-05 14:15:59 -0400
commit501d8e2beb337e072c93c9310fcd927a099b9c3b (patch)
tree40d8497d8eb5ec4677fe1d222e50f797bde05d0d /glx
parent7ec350ddd42479595f0ea88f86085af941913617 (diff)
configure.ac: remove --enable-aiglx option
Presently the option guards both direct and accelerated indirect GLX. As such when one toggles it off they end up without any acceleration. Remove the option all together until we have the time to split/rework things. Cc: Jon Turney <jon.turney@dronecode.org.uk> Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'glx')
-rw-r--r--glx/Makefile.am11
1 files changed, 1 insertions, 10 deletions
diff --git a/glx/Makefile.am b/glx/Makefile.am
index 54e81406d..fc0b76a4b 100644
--- a/glx/Makefile.am
+++ b/glx/Makefile.am
@@ -1,8 +1,4 @@
-if AIGLX_DRI_LOADER
-GLXDRI_LIBRARY = libglxdri.la
-endif
-
-noinst_LTLIBRARIES = libglx.la $(GLXDRI_LIBRARY)
+noinst_LTLIBRARIES = libglx.la libglxdri.la
AM_CFLAGS = \
@DIX_CFLAGS@ \
@@ -23,9 +19,7 @@ AM_CPPFLAGS = \
-I$(top_srcdir)/mi \
-I$(top_srcdir)/present
-if DRI2_AIGLX
AM_CPPFLAGS += -I$(top_srcdir)/hw/xfree86/dri2
-endif
indirect_sources = \
indirect_dispatch.c \
@@ -39,10 +33,7 @@ indirect_sources = \
indirect_table.c
libglxdri_la_SOURCES =
-
-if DRI2_AIGLX
libglxdri_la_SOURCES += glxdri2.c
-endif
libglxdri_la_LIBADD = $(DLOPEN_LIBS)