diff options
author | Jonas Smedegaard <dr@jones.dk> | 2014-03-27 13:00:33 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2014-03-28 02:56:25 +0100 |
commit | 70b7ff686d4ad17396831adc00d16f89e545aeeb (patch) | |
tree | 25a91b4d4e0217b82166bed0b629d67ac10340d9 /profiles | |
parent | 31e3aca0c20c8cdfe9a384bce9399d2977b57949 (diff) |
Exclude OpenGL and packages depending on it (until possible enabling only when supported by hardware).
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/desktop-office | 5 | ||||
-rw-r--r-- | profiles/desktop-z | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/profiles/desktop-office b/profiles/desktop-office index 9c13c7b..29bbf54 100644 --- a/profiles/desktop-office +++ b/profiles/desktop-office @@ -2,7 +2,8 @@ libreoffice-gtk libreoffice-style-galaxy- # include LibreOffice Calc and Writer (excluding Java support or email composer) libreoffice-calc libreoffice-writer libreoffice-java-common- libreoffice-emailmerge- -# include LibreOffice Impress with OpenGL plugin -libreoffice-impress libreoffice-ogltrans +# include LibreOffice Impress +#TODO: include OpenGL plugin libreoffice-ogltrans on hardware supporting OpenGL +libreoffice-impress # include Evince PDF reader (and exclude ePDFView) evince-gtk epdfview- diff --git a/profiles/desktop-z b/profiles/desktop-z index 99ee1d5..c457497 100644 --- a/profiles/desktop-z +++ b/profiles/desktop-z @@ -4,3 +4,6 @@ parcimonie haveged gnome-disk-utility cpufrequtils firmware-linux unattended-upgrades # fix include recommendations of other packages (uuid, bash) uuid-runtime bash-completion +# exclude OpenGL and packages depending on it +#TODO: do this only as alternative to hardware-dependent _promoting_ OpenGL +libgl1-mesa-dri- libgl1-mesa-glx- x11-utils- evolution-data-server- gvfs- gvfs-backends- libvisual-0.4-plugins- |