aboutsummaryrefslogtreecommitdiffstats
path: root/build.dependencies
diff options
context:
space:
mode:
authorMarius Storm-Olsen <marius.storm-olsen@nokia.com>2012-03-28 16:28:25 -0500
committerSimo Fält <simo.falt@nokia.com>2012-03-29 13:49:38 +0300
commit24517c73911643bbbf5c5423d0db5c9065edd788 (patch)
tree792476f39e8b55b5fe4e76188a3a6fc9aac38b59 /build.dependencies
parent7a6ba9275cd5635f517ef9b184453c71ae4597a8 (diff)
Add build dependency for qtwayland + make qtwayland non default module
Running ./build qtwayland will build qtwayland and its dependencies. Change-Id: I78f0b0cec6bc21a14f0d8d89e42080589d9b28b6
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) {