From 57f8452b7887fb89af151d1fbe0e450b0efc38fd Mon Sep 17 00:00:00 2001 From: Michael Lotz Date: Tue, 14 Oct 2008 11:08:08 +0000 Subject: [PATCH] Rather use UsePublicObjectHeaders instead of using USES_BE_API for the gen_mattypes build tool, as the latter will try to use BeOS headers on BeOS compatible host platforms and therefore breaks the build because of missing files. This should work on all platforms, as with that the headers in the repository are always used. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28076 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kits/opengl/mesa/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kits/opengl/mesa/Jamfile b/src/kits/opengl/mesa/Jamfile index 9c51354ba7..1c847b619f 100644 --- a/src/kits/opengl/mesa/Jamfile +++ b/src/kits/opengl/mesa/Jamfile @@ -36,7 +36,7 @@ SEARCH_SOURCE += [ FDirName $(SUBDIR) tnl ] ; SEARCH_SOURCE += [ FDirName $(SUBDIR) vbo ] ; SEARCH_SOURCE += [ FDirName $(SUBDIR) $(TARGET_ARCH) ] ; -USES_BE_API on gen_matypes = true ; +UsePublicObjectHeaders gen_matypes : opengl ; BuildPlatformMain gen_matypes : gen_matypes.c ;