This is a bugfix and minor enhancement release: http://mltframework.blogspot.it/2015/02/version-094-released.html
11 lines
357 B
Text
11 lines
357 B
Text
--- src/modules/qt/configure.orig 2015-03-02 07:08:46 UTC
|
|
+++ src/modules/qt/configure
|
|
@@ -181,7 +181,7 @@ else
|
|
if [ "$without_kde" = "" ]
|
|
then
|
|
kde4-config
|
|
- if [ $? -eq 0 ] && [ "$qt4_found" != "" ]
|
|
+ if [ $? -eq 0 ]
|
|
then
|
|
# test if we have KDE4, required on some systems to get Qt extra formats (xcf, ...)
|
|
if [ "$kde_includedir" = "" ]
|