haiku3d: Fix missing Mesa dependency
This commit is contained in:
parent
05779cd9e3
commit
dc68ff8627
@ -11,7 +11,7 @@ if $(HAIKU_GCC_VERSION[1]) < 3 {
|
|||||||
|
|
||||||
UsePrivateHeaders shared ;
|
UsePrivateHeaders shared ;
|
||||||
|
|
||||||
Application Haiku3d :
|
local sources =
|
||||||
App.cpp
|
App.cpp
|
||||||
Camera.cpp
|
Camera.cpp
|
||||||
MainWindow.cpp
|
MainWindow.cpp
|
||||||
@ -27,7 +27,12 @@ Application Haiku3d :
|
|||||||
# texture
|
# texture
|
||||||
BitmapTexture.cpp
|
BitmapTexture.cpp
|
||||||
VideoFileTexture.cpp
|
VideoFileTexture.cpp
|
||||||
|
;
|
||||||
|
|
||||||
|
Includes [ FGristFiles $(sources) ] : $(HAIKU_MESA_HEADERS_DEPENDENCY) ;
|
||||||
|
|
||||||
|
Application Haiku3d :
|
||||||
|
$(sources)
|
||||||
: be game GL media translation $(TARGET_LIBSTDC++)
|
: be game GL media translation $(TARGET_LIBSTDC++)
|
||||||
: Haiku3d.rdef
|
: Haiku3d.rdef
|
||||||
;
|
;
|
||||||
|
Loading…
Reference in New Issue
Block a user