diff options
author | Claudio Ciccani <klan@users.sourceforge.net> | 2006-12-01 14:12:05 +0000 |
---|---|---|
committer | Claudio Ciccani <klan@users.sourceforge.net> | 2006-12-01 14:12:05 +0000 |
commit | 73fdecca9fdd9e63aa5e57bcd67911fbb761d318 (patch) | |
tree | 1405577ce7b5412eeeca70c118db9ac831e57aec /docs | |
parent | 682393944c72ecfabe8df674af0b48975e90b98c (diff) |
Remove DirectFBGL header from Mesa bacause since 1.0.0 DirectFB installs its own header.
Updated to the current DirectFBGL interface (i.e. added GetProcAddress()).
Diffstat (limited to 'docs')
-rw-r--r-- | docs/README.directfb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/README.directfb b/docs/README.directfb index 169ebe486e..e3bada4888 100644 --- a/docs/README.directfb +++ b/docs/README.directfb @@ -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) |