[Mesa-dev] [PATCH 3/4] automake: remove leftover XORG and LIBKMS variables
Emil Velikov
emil.l.velikov at gmail.com
Wed Feb 12 17:03:06 PST 2014
No longer set or used since the removal of st/xorg.
Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
---
src/egl/drivers/dri2/Makefile.am | 1 -
src/gallium/targets/xa-vmwgfx/Makefile.am | 3 +--
src/gbm/Makefile.am | 2 --
3 files changed, 1 insertion(+), 5 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/gallium/targets/xa-vmwgfx/Makefile.am b/src/gallium/targets/xa-vmwgfx/Makefile.am
index 6fe0510..54ecbe4 100644
--- a/src/gallium/targets/xa-vmwgfx/Makefile.am
+++ b/src/gallium/targets/xa-vmwgfx/Makefile.am
@@ -24,8 +24,7 @@ include $(top_srcdir)/src/gallium/Automake.inc
AM_CFLAGS = \
-Wall -pedantic \
- $(GALLIUM_CFLAGS) \
- $(XORG_CFLAGS)
+ $(GALLIUM_CFLAGS)
AM_CPPFLAGS = \
-I$(top_srcdir)/src/gallium/drivers \
-I$(top_srcdir)/src/gallium/winsys
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
--
1.8.5.4
More information about the mesa-dev
mailing list