Use dcopildng as the default instead of dcopidl.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 3e80abcba5)
v3.5.13-sru
Slávek Banko 4 years ago
parent 5125494b4c
commit b7cdf5ad12
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -1262,9 +1262,8 @@ sub tag_IDLFILES ()
} }
if ($allidls !~ /$source\_kidl/) { if ($allidls !~ /$source\_kidl/) {
$use_ng = ($MakefileData =~ /\n$source\_DCOPIDLNG\s*=\s*(\S+)\n/); $dcopidl = "KDECONFIG=\"\$(KDECONFIG)\" \$(TQTDCOPIDLNG)";
$dcopidl = $use_ng ? "KDECONFIG=\"\$(KDECONFIG)\" \$(TQTDCOPIDLNG)" : " \$(TQTDCOPIDL)";
$dep_lines .= "$source.kidl: $sourcedir$source.h \$(DCOP_DEPENDENCIES)\n"; $dep_lines .= "$source.kidl: $sourcedir$source.h \$(DCOP_DEPENDENCIES)\n";
$dep_lines .= "\t$dcopidl $sourcedir$source.h > $source.kidl || ( rm -f $source.kidl ; false )\n"; $dep_lines .= "\t$dcopidl $sourcedir$source.h > $source.kidl || ( rm -f $source.kidl ; false )\n";

Loading…
Cancel
Save