summaryrefslogtreecommitdiffstats
path: root/admin/kde.py
diff options
context:
space:
mode:
Diffstat (limited to 'admin/kde.py')
-rw-r--r--admin/kde.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/admin/kde.py b/admin/kde.py
index 8a70106..c1d2edf 100644
--- a/admin/kde.py
+++ b/admin/kde.py
@@ -312,10 +312,10 @@ ie: """+BOLD+"""scons configure libdir=/usr/local/lib qtincludes=/usr/include/qt
# Detect the environment - replaces ./configure implicitely
# and store the options into a cache
- from SCons.Options import Options
+ from SCons.Variables import Variables
cachefile=env['CACHEDIR']+'/kde.cache.py'
- opts = Options(cachefile)
- opts.AddOptions(
+ opts = Variables(cachefile)
+ opts.AddVariables(
( 'QTDIR', 'root of qt directory' ),
( 'QTLIBPATH', 'path to the qt libraries' ),
( 'QTINCLUDEPATH', 'path to the qt includes' ),