aboutsummaryrefslogtreecommitdiffstats
path: root/src/egl
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2014-02-18 00:08:03 +0000
committerEmil Velikov <[email protected]>2014-02-18 00:08:03 +0000
commit6fbd00e43afdd34e5026b47f2b9a9baa07c25e48 (patch)
tree0005a3dd4050b55c294a7d812272048fd51e99ea /src/egl
parent4b3a4c799a44175129853370621336b31098b62a (diff)
automake: remove leftover XORG and LIBKMS variables
No longer set or used since the removal of st/xorg. Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/egl')
-rw-r--r--src/egl/drivers/dri2/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/egl/drivers/dri2/Makefile.am b/src/egl/drivers/dri2/Makefile.am
index a95cfa49bec..0c1625a2213 100644
--- a/src/egl/drivers/dri2/Makefile.am
+++ b/src/egl/drivers/dri2/Makefile.am
@@ -31,7 +31,6 @@ AM_CFLAGS = \
$(DEFINES) \
$(VISIBILITY_CFLAGS) \
$(LIBDRM_CFLAGS) \
- $(LIBKMS_CFLAGS) \
-DDEFAULT_DRIVER_DIR=\"$(DRI_DRIVER_SEARCH_DIR)\"
noinst_LTLIBRARIES = libegl_dri2.la