aboutsummaryrefslogtreecommitdiffstats
path: root/build.dependencies
diff options
context:
space:
mode:
Diffstat (limited to 'build.dependencies')
-rw-r--r--build.dependencies6
1 files changed, 5 insertions, 1 deletions
diff --git a/build.dependencies b/build.dependencies
index 29a4fe6d..a8e96f33 100644
--- a/build.dependencies
+++ b/build.dependencies
@@ -36,6 +36,10 @@ use Config;
"qtxmlpatterns" => "qtbase",
);
+@nondefault_modules = (
+ "qtwayland",
+);
+
if ("$Config{osname}" =~ /mswin/i) {
%build_commands = (
"qtwebkit" => "perl Tools/Scripts/build-webkit --qt --no-netscape-plugin --no-webkit2",
@@ -53,7 +57,7 @@ if ("$Config{osname}" =~ /mswin/i) {
# Platform specific modules
if ("$Config{osname}" =~ /linux/i) {
- $build_dependencies{"qtwayland"} = "qtbase";
+ $build_dependencies{"qtwayland"} = "qtbase,qtdeclarative";
}
if ("$Config{osname}" =~ /(ms|cyg)win/i) {