blob: 5921695e8f99626a900b79e61f558984d24939c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- trinity-python-trinity-3.5.13.2/configure.py.ORI 2013-01-20 14:28:38.844683333 +0100
+++ trinity-python-trinity-3.5.13.2/configure.py 2013-01-20 14:29:05.179062079 +0100
@@ -410,7 +410,7 @@
if not opt_kdeincdir:
incSearchPaths = [os.path.join (opt_kdebasedir, "include")]
- incSearchPaths.append (os.path.join (opt_kdebasedir, "include", "kde")) # Red Hat
+ incSearchPaths.append (os.path.join (opt_kdebasedir, "include", "tde")) # Red Hat
opt_kdeincdir = search ("kapplication.h", incSearchPaths)
def check_kde_installation():
|