From 6fbd00e43afdd34e5026b47f2b9a9baa07c25e48 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Tue, 18 Feb 2014 00:08:03 +0000 Subject: [PATCH] automake: remove leftover XORG and LIBKMS variables No longer set or used since the removal of st/xorg. Signed-off-by: Emil Velikov Reviewed-by: Matt Turner --- 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 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 diff --git a/src/gbm/Makefile.am b/src/gbm/Makefile.am index fc4b534ead8..6abd2a746d6 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 -- 2.30.2