[haiku-commits] haiku: hrev45125 - build/jam

  • From: kallisti5@xxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Fri, 4 Jan 2013 00:02:38 +0100 (CET)

hrev45125 adds 1 changeset to branch 'master'
old head: a0e655bff13f418f714840beebf6221008520d55
new head: d6b2fbac191c0531f6dfc8bd68c71d326d985317
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=d6b2fba+%5Ea0e655b

----------------------------------------------------------------------------

d6b2fba: libglu: Make sure glu.h gets placed into image
  
  * Resolves #9323

                          [ Alexander von Gluck IV <kallisti5@xxxxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev45125
Commit:      d6b2fbac191c0531f6dfc8bd68c71d326d985317
URL:         http://cgit.haiku-os.org/haiku/commit/?id=d6b2fba
Author:      Alexander von Gluck IV <kallisti5@xxxxxxxxxxx>
Date:        Thu Jan  3 22:54:35 2013 UTC

Ticket:      https://dev.haiku-os.org/ticket/9323

----------------------------------------------------------------------------

1 file changed, 3 insertions(+), 1 deletion(-)
build/jam/HaikuImage | 4 +++-

----------------------------------------------------------------------------

diff --git a/build/jam/HaikuImage b/build/jam/HaikuImage
index fb77abd..020b9fc 100644
--- a/build/jam/HaikuImage
+++ b/build/jam/HaikuImage
@@ -751,10 +751,12 @@ CopyDirectoryToHaikuImage develop sample-code
        : [ FDirName $(HAIKU_TOP) src libs pdflib bind pdflib ]
        : pdflib ;
 
-# Copy Mesa3D GL headers into image
+# Copy OpenGL kit headers into image
 if $(TARGET_ARCH) = x86 {
        CopyDirectoryToHaikuImage develop headers os opengl
                : [ FDirName $(HAIKU_MESA_HEADERS) GL ] ;
+       CopyDirectoryToHaikuImage develop headers os opengl
+               : [ FDirName $(HAIKU_GLU_HEADERS) GL ] ;
 }
 
 #pragma mark - Optional Packages


Other related posts:

  • » [haiku-commits] haiku: hrev45125 - build/jam - kallisti5