mirror of
git://slackware.nl/current.git
synced 2024-12-31 10:28:29 +01:00
12 lines
458 B
Diff
12 lines
458 B
Diff
|
--- PyQt-x11-gpl-4.6.2/configure.py.orig 2010-01-08 23:39:46.000000000 +0100
|
||
|
+++ PyQt-x11-gpl-4.6.2/configure.py 2010-01-08 23:45:18.000000000 +0100
|
||
|
@@ -451,7 +451,7 @@
|
||
|
generate_code("QtXmlPatterns")
|
||
|
|
||
|
if "phonon" in pyqt_modules:
|
||
|
- generate_code("phonon")
|
||
|
+ generate_code("phonon", extra_include_dirs=["/usr/include/phonon"])
|
||
|
|
||
|
if "QtAssistant" in pyqt_modules:
|
||
|
generate_code("QtAssistant")
|