From 70b7ff686d4ad17396831adc00d16f89e545aeeb Mon Sep 17 00:00:00 2001
From: Jonas Smedegaard <dr@jones.dk>
Date: Thu, 27 Mar 2014 13:00:33 +0100
Subject: Exclude OpenGL and packages depending on it (until possible enabling
 only when supported by hardware).

---
 profiles/desktop-office | 5 +++--
 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-
-- 
cgit v1.2.3