From f912e5b219b6268573cd9b1d27eb26846dc23ce1 Mon Sep 17 00:00:00 2001
From: Antia Puentes <apuentes@igalia.com>
Date: Mon, 20 Jul 2020 17:01:55 +0200
Subject: Do not require windowmanager API

The window manager was removed in favor of the agl-compositor.

Bug-AGL: SPEC-3497

Signed-off-by: Lorenzo Tilve <ltilve@igalia.com>
Change-Id: I15904d7e9c0c822c2cc24acc613b85f9c643e544
---
 src/config.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/config.xml b/src/config.xml
index f7bf7cc..748c83a 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="mediaplayer" value="ws" />
   </feature>
-- 
cgit