From be95c2a9466d03dda01cb882a70458aac81f36e4 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 7 Mar 2022 15:46:22 -0500 Subject: Update for app framework removal Changes: - Remove the autobuild scripts and config.xml used by the app framework widget build. - Update the CMake files to just build a "xdg-cluster-receiver" binary and install it into /usr/bin by default. - Bumped agl-compositor protocols version requirement to 0.0.20 to work with current AGL. - Remove the code in main.cpp that handled reading the WebSocket command-line arguments and passing them to binding related code. Bug-AGL: SPEC-4283 Signed-off-by: Scott Murray Change-Id: I8c9bd3af9ce16f29f24282b89985c0d4d5d9c922 --- conf.d/wgt/config.xml.in | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 conf.d/wgt/config.xml.in (limited to 'conf.d/wgt') diff --git a/conf.d/wgt/config.xml.in b/conf.d/wgt/config.xml.in deleted file mode 100644 index d6ba98c..0000000 --- a/conf.d/wgt/config.xml.in +++ /dev/null @@ -1,14 +0,0 @@ - - - @PROJECT_NAME@ - - - @PROJECT_DESCRIPTION@ - @PROJECT_AUTHOR@ <@PROJECT_AUTHOR_MAIL@> - @PROJECT_LICENSE@ - - - - - - -- cgit 1.2.3-korg