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 ;
|
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
|
||||||
;
|
;
|
||||||
|
Loading…
Reference in New Issue
Block a user