llvmpipe: rename queue size to count
[mesa.git] / docs / README.directfb
index 169ebe486ee97452e66f5a0e02e78995829bc7b5..d66ca8d3caa44dd04cfbc0a5e03a67822b9e1558 100644 (file)
@@ -6,7 +6,7 @@ Requirements
 ============
 
   To build Mesa with DirectFB (DirectFBGL) support you need:
-     - DirectFB at least 0.9.21 (http://directfb.org)
+     - DirectFB at least 1.0.0 (http://directfb.org)
      - pkg-config at least 0.9 (http://pkgconfig.sf.net)
 
 
@@ -22,7 +22,8 @@ Installation
 
   to install OpenGL libraries and
 
-     make linux-directfb-install
+     cd src/mesa/drivers/directfb ; make install
 
   to install DirectFBGL module in the proper location.
+  Actually, that last command may not be needed.  Please provide feedback.