|
|
|
@ -410,7 +410,7 @@ def discoverKDE3 ():
|
|
|
|
|
|
|
|
|
|
if not opt_kdeincdir:
|
|
|
|
|
incSearchPaths = [os.path.join (opt_tdebasedir, "include")]
|
|
|
|
|
incSearchPaths.append (os.path.join (opt_tdebasedir, "include", "kde")) # Red Hat
|
|
|
|
|
incSearchPaths.append (os.path.join (opt_tdebasedir, "include", "tde")) # Red Hat
|
|
|
|
|
opt_kdeincdir = search ("tdeapplication.h", incSearchPaths)
|
|
|
|
|
|
|
|
|
|
def check_kde_installation():
|
|
|
|
|