From 4bc6493ef950a6654067665578594b697527221f Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 21 Mar 2022 09:49:28 -0400 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 "cluster-gauges" binary and install it into /usr/bin by default. - Remove the code in main.cpp that handled reading the WebSocket command-line arguments and passing them to binding related code. Bug-AGL: SPEC-4306 Signed-off-by: Scott Murray Change-Id: I6c6c80836931af3355f1b793a20e5ccdf683c48d (cherry picked from commit 23eaf7da1f7d252aefddf9e41e52c745b7433b50) --- 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