kdesrc-build-setup: Fix check for whether to use kf5-frameworks-build-include

wilder
Michael Pyne 9 years ago
parent 7b7acb82d5
commit 100d3c62b9
  1. 2
      kdesrc-build-setup

@ -381,7 +381,7 @@ EOF
# directory
my $basedir = dirname(abs_path($0));
if (grep /^baselibs$/, @chosenModules) {
if (grep /^frameworks$/, @chosenModules) {
print $output <<EOF;
# Refers to the kf5-frameworks file included as part of kdesrc-build. The file

Loading…
Cancel
Save