OSDN Git Service

Remove the EGL dependency on X11
authorZhao Yakui <yakui.zhao@intel.com>
Sun, 28 Apr 2013 01:03:43 +0000 (09:03 +0800)
committerXiang, Haihao <haihao.xiang@intel.com>
Tue, 25 Jun 2013 07:11:01 +0000 (15:11 +0800)
Otherwise when x11 is disabled, it can't be compiled correctly.

Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
va/Makefile.am

index 59b6c64..ba429fa 100644 (file)
@@ -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