[Python-modules-commits] r15695 - in packages/pyside/trunk/debian (control)

odyx-guest at users.alioth.debian.org odyx-guest at users.alioth.debian.org
Mon Feb 14 16:53:20 UTC 2011


    Date: Monday, February 14, 2011 @ 16:53:16
  Author: odyx-guest
Revision: 15695

Add libgl1-mesa-dri Build-Dependency to enable the GLX extension to the Xvfb server (useful for some OpenGL build-tests)

Modified:
  packages/pyside/trunk/debian/control

Modified: packages/pyside/trunk/debian/control
===================================================================
--- packages/pyside/trunk/debian/control	2011-02-14 16:53:04 UTC (rev 15694)
+++ packages/pyside/trunk/debian/control	2011-02-14 16:53:16 UTC (rev 15695)
@@ -8,11 +8,11 @@
 	libqt4-dev (>= 4:4.7.0~rc1), libphonon-dev, libqt4-opengl-dev (>= 4:4.7.0~rc1), libqtwebkit-dev,
 	shiboken (>= 1.0.0~beta3), libshiboken-dev (>= 1.0.0~beta3), shiboken-dbg (>= 1.0.0~beta3),
 	generatorrunner (>= 0.6.3), libgenrunner-dev (>= 0.6.3), libapiextractor-dev (>= 0.9.2),
-	libqt4-sql-sqlite (>= 4:4.7.0~rc1), xvfb, xauth,
+	libqt4-sql-sqlite (>= 4:4.7.0~rc1), xvfb, xauth, libgl1-mesa-dri,
 	phonon-backend-gstreamer
 # Various Build-Depends are needed for success of the testsuite:
 # libqt4-sql-sqlite is needed because we need one sql driver.
-# xvfb and xauth are needed to run a fake X Server
+# xvfb and xauth are needed to run a fake X Server; libgl1-mesa-dri is needed for the GLX-using tests
 # phonon-backend-gstreamer is needed to test phonon
 Standards-Version: 3.9.1.0
 XS-Python-Version: >= 2.5




More information about the Python-modules-commits mailing list