summaryrefslogtreecommitdiffstats
path: root/admin/kde.py
diff options
context:
space:
mode:
Diffstat (limited to 'admin/kde.py')
-rw-r--r--admin/kde.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/admin/kde.py b/admin/kde.py
index 24bdd90..c36fc64 100644
--- a/admin/kde.py
+++ b/admin/kde.py
@@ -189,10 +189,10 @@ def detect_kde(env):
if os.path.isfile(kdeincludes + "/klineedit.h"):
p('GREEN',"ok "+kdeincludes)
else:
- if os.path.isfile(kdeprefix+"/include/kde/klineedit.h"):
+ if os.path.isfile(kdeprefix+"/include/tde/klineedit.h"):
# Debian, Fedora probably
- p('YELLOW',"the kde headers were found in %s/include/kde/"%kdeprefix)
- kdeincludes = kdeprefix + "/include/kde/"
+ p('YELLOW',"the kde headers were found in %s/include/tde/"%kdeprefix)
+ kdeincludes = kdeprefix + "/include/tde/"
else:
p('RED',"The kde includes were NOT found")
env.Exit(1)
@@ -274,7 +274,7 @@ def generate(env):
p('BOLD','* tdedir ','base of the qt libraries')
p('BOLD','* libsuffix ','suffix of libraries on amd64, ie: 64, 32')
- p('BOLD','* kdeincludes','kde includes path (/usr/include/kde on debian, ..)')
+ p('BOLD','* kdeincludes','kde includes path (/usr/include/tde on debian, ..)')
p('BOLD','* qtincludes ','qt includes path (/usr/include/qt on debian, ..)')
p('BOLD','* tdelibs ','kde libraries path, for linking the programs')
p('BOLD','* qtlibs ','qt libraries path, for linking the program')