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/desktop-office | |
parent | 31e3aca0c20c8cdfe9a384bce9399d2977b57949 (diff) |
Exclude OpenGL and packages depending on it (until possible enabling only when supported by hardware).
Diffstat (limited to 'profiles/desktop-office')
-rw-r--r-- | profiles/desktop-office | 5 |
1 files changed, 3 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- |