glteapot: Fix missing Mesa dependency
This commit is contained in:
parent
dc68ff8627
commit
3e0b63a489
@ -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
|
||||
;
|
||||
|
Loading…
Reference in New Issue
Block a user