glteapot: Fix missing Mesa dependency

This commit is contained in:
Alexander von Gluck IV 2012-04-08 21:13:53 +00:00
parent dc68ff8627
commit 3e0b63a489

View File

@ -8,14 +8,19 @@ if $(HAIKU_GCC_VERSION[1]) < 3 {
SubDirC++Flags --no-warnings ; SubDirC++Flags --no-warnings ;
} }
local sources =
Application GLTeapot :
FPS.cpp FPS.cpp
GLObject.cpp GLObject.cpp
ObjectView.cpp ObjectView.cpp
error.cpp error.cpp
TeapotWindow.cpp TeapotWindow.cpp
TeapotApp.cpp TeapotApp.cpp
;
Includes [ FGristFiles $(sources) ] : $(HAIKU_MESA_HEADERS_DEPENDENCY) ;
Application GLTeapot :
$(sources)
: be GL game $(HAIKU_LOCALE_LIBS) $(TARGET_LIBSUPC++) : be GL game $(HAIKU_LOCALE_LIBS) $(TARGET_LIBSUPC++)
: GLTeapot.rdef : GLTeapot.rdef
; ;