diff options
author | Emil Velikov <emil.l.velikov@gmail.com> | 2014-02-18 00:08:03 +0000 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2014-02-18 00:08:03 +0000 |
commit | 6fbd00e43afdd34e5026b47f2b9a9baa07c25e48 (patch) | |
tree | 0005a3dd4050b55c294a7d812272048fd51e99ea /src/gbm | |
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 <emil.l.velikov@gmail.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'src/gbm')
-rw-r--r-- | src/gbm/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gbm/Makefile.am b/src/gbm/Makefile.am index fc4b534ead85..6abd2a746d6c 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 |