[haiku-commits] r34584 - haiku/branches/components/gallium3d/build/jam

  • From: aljen-mlists@xxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 9 Dec 2009 03:02:32 +0100 (CET)

Author: aljen
Date: 2009-12-09 03:02:32 +0100 (Wed, 09 Dec 2009)
New Revision: 34584
Changeset: http://dev.haiku-os.org/changeset/34584/haiku

Modified:
   haiku/branches/components/gallium3d/build/jam/HaikuImage
Log:
* Created /boot/system/lib/dri
* Added i915_dri.so & vmwgfx_dri.so (they will be loaded from that location in 
the future)


Modified: haiku/branches/components/gallium3d/build/jam/HaikuImage
===================================================================
--- haiku/branches/components/gallium3d/build/jam/HaikuImage    2009-12-09 
02:00:17 UTC (rev 34583)
+++ haiku/branches/components/gallium3d/build/jam/HaikuImage    2009-12-09 
02:02:32 UTC (rev 34584)
@@ -280,6 +280,13 @@
        $(SYSTEM_LIBS_LIBGL_ALIASES)
 ;
 
+# dri libs
+SYSTEM_DRI_LIBS =
+       <gallium>i915_dri.so
+       <gallium>vmwgfx_dri.so
+;
+AddFilesToHaikuHybridImage system lib dri : $(SYSTEM_DRI_LIBS) : : true ;
+
 # servers
 AddFilesToHaikuImage system servers : $(SYSTEM_SERVERS) ;
 


Other related posts: