From 0448026b4ee756aad09dd55cc2c1f3fb9c396d4a Mon Sep 17 00:00:00 2001
From: Caroline Chao <caroline.chao@theqtcompany.com>
Date: Thu, 19 Mar 2015 11:34:27 +0100
Subject: [PATCH] Add required CONFIG conditions to pro file

The module will be skipped if the conditions are not met.

Change-Id: I99593777348bd8c74e8c32f0a4ff482bbaa8812d
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
---
 qtwayland.pro | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/qtwayland.pro b/qtwayland.pro
index 54788eb80..88761497e 100644
--- a/qtwayland.pro
+++ b/qtwayland.pro
@@ -1,3 +1,5 @@
+requires(linux:!android)
+
 load(configure)
 qtCompileTest(wayland)
 qtCompileTest(xkbcommon)
-- 
GitLab