openbsd-ports/x11/driconf/patches/patch-driconf
wcmaier a3a6c543eb DRIconf is a configuration applet for the Direct Rendering
Infrastructure. It allows customizing performance and visual quality
settings of OpenGL drivers on a per-driver, per-screen and/or
per-application level.

The settings are stored in system wide and per-user XML configuration
files, which are parsed by the OpenGL drivers on startup.

Originally by oga@; tested by oga@ and guenther@. Python jiggery and
other cleanups by moi.

double ok fgsch@, ribbit landry@
2008-07-11 13:07:54 +00:00

17 lines
376 B
Plaintext

$OpenBSD: patch-driconf,v 1.1.1.1 2008/07/11 13:07:54 wcmaier Exp $
--- driconf.orig Thu Aug 11 14:07:12 2005
+++ driconf Mon Jul 7 08:31:49 2008
@@ -20,9 +20,9 @@
# Contact: http://fxk.de.vu/
-import sys
-sys.path.append("/usr/local/lib/driconf")
+#import sys
+#sys.path.append("/usr/local/lib/driconf")
-import driconf
+from driconf import driconf
driconf.main()