From e8a2b81744347809230fdc510c6135bbcef9cc22 Mon Sep 17 00:00:00 2001 From: Zhao Yakui Date: Sun, 28 Apr 2013 09:03:43 +0800 Subject: [PATCH] Remove the EGL dependency on X11 Otherwise when x11 is disabled, it can't be compiled correctly. Signed-off-by: Zhao Yakui --- va/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/va/Makefile.am b/va/Makefile.am index 59b6c64..ba429fa 100644 --- a/va/Makefile.am +++ b/va/Makefile.am @@ -113,8 +113,8 @@ SUBDIRS += egl lib_LTLIBRARIES += libva-egl.la libva_egl_la_SOURCES = libva_egl_la_LDFLAGS = $(LDADD) -libva_egl_la_DEPENDENCIES = libva.la egl/libva_egl.la libva-x11.la -libva_egl_la_LIBADD = libva.la egl/libva_egl.la libva-x11.la \ +libva_egl_la_DEPENDENCIES = libva.la egl/libva_egl.la +libva_egl_la_LIBADD = libva.la egl/libva_egl.la \ $(EGL_LIBS) -ldl endif -- 2.7.4