From: Zhao Yakui Date: Sun, 28 Apr 2013 01:03:43 +0000 (+0800) Subject: Remove the EGL dependency on X11 X-Git-Tag: android-x86-7.1-r1~296 X-Git-Url: http://git.osdn.net/view?p=android-x86%2Fhardware-intel-common-libva.git;a=commitdiff_plain;h=e8a2b81744347809230fdc510c6135bbcef9cc22 Remove the EGL dependency on X11 Otherwise when x11 is disabled, it can't be compiled correctly. Signed-off-by: Zhao Yakui --- 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