diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2010-02-25 15:49:18 -0500 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2010-02-25 17:40:09 -0500 |
commit | 4387580e50f49d642160982208c807da858cd1ab (patch) | |
tree | 65bff9da63cd871e971922f81cb8c77c96cd28cd /docs/README.directfb | |
parent | dadd5094bfe8f8a9d0fc7b48086d3a4bc1c6b15f (diff) |
Remove directfb support
Diffstat (limited to 'docs/README.directfb')
-rw-r--r-- | docs/README.directfb | 29 |
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. - |