From 72fea1846909df7faec34d439c9711867ca024ca Mon Sep 17 00:00:00 2001 From: Cory Fields Date: Mon, 9 Jul 2012 18:01:54 -0400 Subject: [droid] fix parallel build for gles --- Makefile.in | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 7ab59f1141..829625f458 100755 --- a/Makefile.in +++ b/Makefile.in @@ -97,6 +97,7 @@ endif ifeq (@USE_OPENGLES@,1) DIRECTORY_ARCHIVES += xbmc/rendering/gles/rendering_gles.a DIRECTORY_ARCHIVES += xbmc/windowing/egl/windowing_egl.a +DIRECTORY_ARCHIVES += xbmc/visualizations/EGLHelpers/eglhelpers.a endif ifeq ($(findstring osx,@ARCH@),osx) @@ -272,7 +273,14 @@ exports: xbmc/cores/DllLoader/exports/exports.a xbmc/cores/DllLoader/exports/uti $(MAKE) -C xbmc/cores/DllLoader/exports wrapper.def dllloader: exports xbmc/cores/DllLoader/dllloader.a -$(VIS_DIRS) $(SS_DIRS): force exports +ifeq (@USE_OPENGLES@,1) +EGLHELPERS=xbmc/visualizations/EGLHelpers/eglhelpers.a +endif + +$(VIS_DIRS): force exports $(EGLHELPERS) + $(MAKE) -C $@ + +$(SS_DIRS): force exports $(MAKE) -C $@ visualizations: $(VIS_DIRS) -- cgit v1.2.3