summaryrefslogtreecommitdiffstats
path: root/smoke/tde
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-04-26 11:49:41 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-05-03 16:05:08 +0900
commit4eea79e9ea9ca8f9040ff00822af759e4928dbe2 (patch)
treec27b77f41d49b0817f9417f57e9e8ade129b6327 /smoke/tde
parent2471aba5b824b62d551947119707f6efa28f4866 (diff)
downloadtdebindings-4eea79e9ea9ca8f9040ff00822af759e4928dbe2.tar.gz
tdebindings-4eea79e9ea9ca8f9040ff00822af759e4928dbe2.zip
Fix FTBFS when tdehw is not present. This resolves bug 2494.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 9e6f7cc6edf551e435d213cd60db2238a06cb892)
Diffstat (limited to 'smoke/tde')
-rw-r--r--smoke/tde/generate.pl.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/smoke/tde/generate.pl.in b/smoke/tde/generate.pl.in
index e3c21747..6d0eb698 100644
--- a/smoke/tde/generate.pl.in
+++ b/smoke/tde/generate.pl.in
@@ -185,6 +185,7 @@ find(
);
# Launch kalyptus
+$ENV{KDE_PREFIX} = "@KDE_PREFIX@";
system "perl kalyptus @ARGV --globspace -fsmoke --name=qt $macros --no-cache --allow_k_dcop_accessors --outputdir=$outdir @headers @kdeheaders";
my $exit = $? >> 8;
exit $exit if ($exit);