diff options
author | Olivier Blin <oblin@mandriva.com> | 2007-08-08 17:23:19 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2007-08-08 17:23:19 +0000 |
commit | 7ba164e1b53ba5cc58542751c3024599b8da19be (patch) | |
tree | a09c48387f5a2c2987d59339005e285ca4585b26 | |
parent | 79a2a1a3c0e43d0ecdf36b36dd7ca5fcdeab306c (diff) | |
download | drak3d-7ba164e1b53ba5cc58542751c3024599b8da19be.tar drak3d-7ba164e1b53ba5cc58542751c3024599b8da19be.tar.gz drak3d-7ba164e1b53ba5cc58542751c3024599b8da19be.tar.bz2 drak3d-7ba164e1b53ba5cc58542751c3024599b8da19be.tar.xz drak3d-7ba164e1b53ba5cc58542751c3024599b8da19be.zip |
remove beryl support
-rw-r--r-- | lib/Xconfig/glx.pm | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/Xconfig/glx.pm b/lib/Xconfig/glx.pm index 8316285..1f108b5 100644 --- a/lib/Xconfig/glx.pm +++ b/lib/Xconfig/glx.pm @@ -60,17 +60,6 @@ our @gl_compositing_wms = ( description => N_("Compiz is the reference compositing window manager."), }, { - wm => 'beryl', - configuration_tool => 'beryl-settings', - packages => [ 'beryl-core', 'beryl-manager' ], - desktop_packages => { - KDE => [ 'aquamarine' ], - GNOME => [ 'heliodor' ], - }, - name => 'Beryl', - description => N_("Beryl is a fork of compiz and provides bleeding-edge features."), - }, - { wm => 'metisse-start-fvwm', configuration_tool => '', packages => [ 'metisse' ], |