Adjust Jamfile to fix dependencies.

3DRendering wasn't depending on the mesa headers as needed, so its
build would break in a multi-job jam if mesa hadn't already been
downloaded.
This commit is contained in:
Rene Gollent
2012-02-02 21:48:25 -05:00
parent 64629da639
commit ab992e7851
+9 -1
View File
@@ -9,7 +9,7 @@ if $(HAIKU_GCC_VERSION[1]) < 3 {
UsePrivateHeaders interface ;
Preference 3DRendering :
local sources =
OpenGLApp.cpp
OpenGLWindow.cpp
OpenGLView.cpp
@@ -18,6 +18,14 @@ Preference 3DRendering :
ExtensionsView.cpp
InfoView.cpp
LogoView.cpp
;
Includes [ FGristFiles $(sources) ] : $(HAIKU_MESA_HEADERS_DEPENDENCY) ;
# Dependency needed to trigger downloading/unzipping the package before
# compiling the files.
Preference 3DRendering
: $(sources)
: be GL translation libcolumnlistview.a $(HAIKU_LOCALE_LIBS)
$(TARGET_LIBSUPC++)
: 3DRendering.rdef