diff options
author | Brian Paul <[email protected]> | 2009-02-05 08:41:27 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-02-05 08:41:27 -0700 |
commit | 6e5d3117193fcbaa19c605c4d73241243ed46bcc (patch) | |
tree | 3a18944ef7d9efb56060082df723c1ab1bf41d92 /docs/README.directfb | |
parent | 681a13e7f9c9edd6587c0b2c2c88b82e24fda036 (diff) |
mesa: remove oddball linux-directfb-install makefile rule
It's probably not needed since the 'make install' rules were overhauled last year.
Diffstat (limited to 'docs/README.directfb')
-rw-r--r-- | docs/README.directfb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/README.directfb b/docs/README.directfb index e3bada4888b..d66ca8d3caa 100644 --- a/docs/README.directfb +++ b/docs/README.directfb @@ -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. |