[Libva] [PATCH 1/2] Remove the EGL dependency on X11
yakui.zhao at intel.com
yakui.zhao at intel.com
Sat Apr 27 01:56:30 PDT 2013
From: Zhao Yakui <yakui.zhao at intel.com>
Otherwise when x11 is enabled on libva, it can't be compiled
correctly.
Signed-off-by: Zhao Yakui <yakui.zhao at intel.com>
---
va/Makefile.am | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/va/Makefile.am b/va/Makefile.am
index 9a3cd2f..0fce165 100644
--- a/va/Makefile.am
+++ b/va/Makefile.am
@@ -118,8 +118,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
--
1.8.2-rc2
More information about the Libva
mailing list