Disable include-dependencies by default.

I hadn't meant for this to be active by default, but feel free to
uncomment in your own file, or use this as an example of how to generate
your own .kdesrc-buildrc
wilder
Michael Pyne 11 years ago
parent 8ada5bdbab
commit 1a38344bd4
  1. 6
      kf5-workspace-build-include

@ -21,9 +21,9 @@ module-set kf5-workspace-modules
use-modules workspace plasmate kde-gtk-config libkscreen
# kdesrc-build will build dependencies (that it knows about) even if you forget
# to list them all.
include-dependencies true
# kdesrc-build can build dependencies (that it knows about) even if you forget
# to list them all, if you uncomment this line.
# include-dependencies true
# Remove if you're somehow using Windows
ignore-modules kwindowsaddons

Loading…
Cancel
Save