summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2010-02-25 15:49:18 -0500
committerKristian Høgsberg <krh@bitplanet.net>2010-02-25 17:40:09 -0500
commit4387580e50f49d642160982208c807da858cd1ab (patch)
tree65bff9da63cd871e971922f81cb8c77c96cd28cd /docs
parentdadd5094bfe8f8a9d0fc7b48086d3a4bc1c6b15f (diff)
Remove directfb support
Diffstat (limited to 'docs')
-rw-r--r--docs/README.directfb29
1 files changed, 0 insertions, 29 deletions
diff --git a/docs/README.directfb b/docs/README.directfb
deleted file mode 100644
index d66ca8d3ca..0000000000
--- a/docs/README.directfb
+++ /dev/null
@@ -1,29 +0,0 @@
-
- Mesa DirectFB Information
-
-
-Requirements
-============
-
- To build Mesa with DirectFB (DirectFBGL) support you need:
- - DirectFB at least 1.0.0 (http://directfb.org)
- - pkg-config at least 0.9 (http://pkgconfig.sf.net)
-
-
-Installation
-============
- Run
-
- make linux-directfb
-
- to build Mesa and DirectFBGL module,
-
- make install
-
- to install OpenGL libraries and
-
- 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.
-