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 ;
}
Application GLTeapot :
local sources =
FPS.cpp
GLObject.cpp
ObjectView.cpp
error.cpp
TeapotWindow.cpp
TeapotApp.cpp
;
Includes [ FGristFiles $(sources) ] : $(HAIKU_MESA_HEADERS_DEPENDENCY) ;
Application GLTeapot :
$(sources)
: be GL game $(HAIKU_LOCALE_LIBS) $(TARGET_LIBSUPC++)
: GLTeapot.rdef
;