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
committerQt by Nokia <qt-info@nokia.com>2012-04-05 04:35:38 +0200
commite4ed3288e99880f528b96ae2ec192ba91f22f70a (patch)
tree0f5ebcc61b96e1aa67e497d12e2f2a7b5b75de9b /build.dependencies
parent72f4597c9da6e13e09fe3ba9f9ca6fe44c051f11 (diff)
Add build dependency for qtwayland + make qtwayland non default module
Running ./build qtwayland will build qtwayland and its dependencies. Change-Id: I78f0b0cec6bc21a14f0d8d89e42080589d9b28b6 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
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) {