diff options
author | Emil Velikov <[email protected]> | 2014-02-18 00:08:03 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-02-18 00:08:03 +0000 |
commit | 6fbd00e43afdd34e5026b47f2b9a9baa07c25e48 (patch) | |
tree | 0005a3dd4050b55c294a7d812272048fd51e99ea /src | |
parent | 4b3a4c799a44175129853370621336b31098b62a (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')
-rw-r--r-- | src/egl/drivers/dri2/Makefile.am | 1 | ||||
-rw-r--r-- | src/gbm/Makefile.am | 2 |
2 files changed, 0 insertions, 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 |