[Pkg-virtualbox-devel] Bug#513533: disabled OpenGL support

Robert Millan rmh at aybabtu.com
Thu Jan 29 22:42:39 UTC 2009


Package: virtualbox-ose
Version: 2.1.2-dfsg-1
Severity: wishlist
Tags: patch fixed-upstream

This package implements OpenGL support but was disabled by accident (they
forgot to enable it when moving the code from the non-free version):

  http://www.virtualbox.org/ticket/3224
  http://www.virtualbox.org/changeset/16240

See attached patch to enable it, and also add the relevant Build-Depends
and Recommends (for dynamic load).

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-amd64
Locale: LANG=ca_AD.UTF-8, LC_CTYPE=ca_AD.UTF-8 (charmap=UTF-8)
-------------- next part --------------
--- Config.kmk~	2009-01-21 17:42:48.000000000 +0000
+++ Config.kmk	2009-01-29 17:53:38.000000000 +0000
@@ -645,7 +645,6 @@
  VBOX_WITH_TESTSUITE=
  VBOX_WITH_INTEL_PXE=
  VBOX_WITH_FFMPEG=
- VBOX_WITH_CROGL=
  ifeq ($(KBUILD_TARGET),darwin)
   # Qt/Mac v3.3.x requires patching to work for us.
   VBOX_WITH_QTGUI=
-------------- next part --------------
--- debian.old/control	2009-01-29 17:52:01.000000000 +0000
+++ debian/control	2009-01-29 22:34:32.000000000 +0000
@@ -23,6 +23,8 @@
 		libacl1-dev,
 		libasound-dev,
 		libcap2-dev,
+		libgl1-mesa-dev,
+		libglu1-mesa-dev,
 		libhal-dev,
 		libidl-dev,
 		libpng12-dev,
@@ -55,7 +57,7 @@
          adduser,
 	 python
 Pre-Depends: debconf | debconf-2.0
-Recommends: virtualbox-ose-modules
+Recommends: virtualbox-ose-modules, libgl1
 Suggests: virtualbox-ose-source, bridge-utils
 Conflicts: virtualbox
 Replaces: virtualbox


More information about the Pkg-virtualbox-devel mailing list