diff options
author | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-10-12 22:10:00 (GMT) |
---|---|---|
committer | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-10-12 22:10:00 (GMT) |
commit | 9d2e3fff793be0bf3e9d39a460a43793403c4149 (patch) | |
tree | b1202ef7e507f3220c0a4803bdbef4aaf46a4021 /src/plugins/gfxdrivers/gfxdrivers.pro | |
parent | d08d4e1ce4a5fcf5b92465ac2769f2f38b601e9f (diff) | |
download | Qt-9d2e3fff793be0bf3e9d39a460a43793403c4149.zip Qt-9d2e3fff793be0bf3e9d39a460a43793403c4149.tar.gz Qt-9d2e3fff793be0bf3e9d39a460a43793403c4149.tar.bz2 |
Remove the hybrid screen driver.
The hybrid screen driver purports to implement OpenGL, but it
uses an obsolete method of integration that confuses people
who find it in the source tree. The current reference
implementation is "powervr".
Reviewed-by: trustme
Diffstat (limited to 'src/plugins/gfxdrivers/gfxdrivers.pro')
-rw-r--r-- | src/plugins/gfxdrivers/gfxdrivers.pro | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/gfxdrivers/gfxdrivers.pro b/src/plugins/gfxdrivers/gfxdrivers.pro index 21aaf0f..d1ee3f2 100644 --- a/src/plugins/gfxdrivers/gfxdrivers.pro +++ b/src/plugins/gfxdrivers/gfxdrivers.pro @@ -5,6 +5,5 @@ contains(gfx-plugins, linuxfb) :SUBDIRS += linuxfb contains(gfx-plugins, qvfb) :SUBDIRS += qvfb contains(gfx-plugins, vnc) :SUBDIRS += vnc contains(gfx-plugins, transformed) :SUBDIRS += transformed -contains(gfx-plugins, hybrid) :SUBDIRS += hybrid contains(gfx-plugins, svgalib) :SUBDIRS += svgalib contains(gfx-plugins, powervr) :SUBDIRS += powervr |