From a2bbc26171b8c53d789da18fa6c73182325bbab0 Mon Sep 17 00:00:00 2001
From: Antia Puentes <apuentes@igalia.com>
Date: Tue, 14 Jul 2020 22:29:00 +0200
Subject: Do not require windowmanager API

The windowmanager was removed, since the agl-compositor adoption.

Bug-AGL: SPEC-3497

Signed-off-by: Antia Puentes <apuentes@igalia.com>
Change-Id: I575802e5b92482c1ff2cb8881f41f61e360616d7
---
 src/config.xml | 1 -
 1 file changed, 1 deletion(-)

(limited to 'src')

diff --git a/src/config.xml b/src/config.xml
index c63c687..c1bb8a3 100644
--- a/src/config.xml
+++ b/src/config.xml
@@ -15,7 +15,6 @@
     <param name="urn:AGL:permission::public:applications:read" value="required" /> <!-- get app icons -->
   </feature>
   <feature name="urn:AGL:widget:required-api">
-    <param name="windowmanager" value="ws" />
     <param name="homescreen" value="ws" />
     <param name="low-can" value="ws"/>
   </feature>
-- 
cgit