Skip to content

Commit

Permalink
fixed: adopted Makefile to reflect windowing_gles -> windowing_egl ch…
Browse files Browse the repository at this point in the history
…ange
  • Loading branch information
Phaeodaria committed Jan 28, 2011
1 parent 0e00f83 commit 527ece2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ BIN_DIRS += xbmc/rendering/gl
endif
ifeq (@USE_OPENGLES@,1)
BIN_DIRS += xbmc/rendering/gles
BIN_DIRS += xbmc/windowing/gles
BIN_DIRS += xbmc/windowing/egl
endif

ifeq ($(findstring osx,$(ARCH)),osx)
Expand Down Expand Up @@ -300,7 +300,7 @@ xbmc/rendering/gles/rendering_gles.a: force
$(MAKE) -C xbmc/rendering/gles
xbmc/windowing/windowing.a: force
$(MAKE) -C xbmc/windowing
xbmc/windowing/gles/windowing_egl.a: force
xbmc/windowing/egl/windowing_egl.a: force
$(MAKE) -C xbmc/windowing/egl
xbmc/windowing/X11/windowing_X11.a: force
$(MAKE) -C xbmc/windowing/X11
Expand Down

0 comments on commit 527ece2

Please sign in to comment.