Mesa (master): automake: remove leftover XORG and LIBKMS variables

Emil Velikov evelikov at kemper.freedesktop.org
Tue Feb 18 00:07:39 UTC 2014


Module: Mesa
Branch: master
Commit: 6fbd00e43afdd34e5026b47f2b9a9baa07c25e48
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6fbd00e43afdd34e5026b47f2b9a9baa07c25e48

Author: Emil Velikov <emil.l.velikov at gmail.com>
Date:   Tue Feb 18 00:08:03 2014 +0000

automake: remove leftover XORG and LIBKMS variables

No longer set or used since the removal of st/xorg.

Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
Reviewed-by: Matt Turner <mattst88 at gmail.com>

---

 src/egl/drivers/dri2/Makefile.am |    1 -
 src/gbm/Makefile.am              |    2 --
 2 files changed, 3 deletions(-)

diff --git a/src/egl/drivers/dri2/Makefile.am b/src/egl/drivers/dri2/Makefile.am
index a95cfa4..0c1625a 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
diff --git a/src/gbm/Makefile.am b/src/gbm/Makefile.am
index fc4b534..6abd2a7 100644
--- a/src/gbm/Makefile.am
+++ b/src/gbm/Makefile.am
@@ -9,7 +9,6 @@ AM_CFLAGS = \
 	-I$(top_srcdir)/include \
 	-I$(top_srcdir)/src/loader \
 	-I$(top_srcdir)/src/gbm/main \
-	$(LIBKMS_CFLAGS) \
 	$(DLOPEN_CFLAGS) \
 	$(DEFINES) \
 	$(VISIBILITY_CFLAGS)
@@ -23,7 +22,6 @@ libgbm_la_SOURCES = \
 libgbm_la_LDFLAGS = -version-info 1:0
 libgbm_la_LIBADD = \
 	$(top_builddir)/src/loader/libloader.la \
-	$(LIBKMS_LIBS) \
 	$(DLOPEN_LIBS)
 
 if HAVE_EGL_PLATFORM_WAYLAND




More information about the mesa-commit mailing list