Remove libhomescreen dependency 73/25873/1 10.92.0 10.93.0 11.91.0 11.92.0 12.90.0 12.90.1 12.91.0 12.92.0 koi/10.92.0 koi/10.93.0 koi_10.92.0 koi_10.93.0 lamprey/11.91.0 lamprey/11.92.0 lamprey_11.91.0 lamprey_11.92.0 marlin/12.90.0 marlin/12.90.1 marlin/12.91.0 marlin/12.92.0 marlin_12.90.0 marlin_12.90.1 marlin_12.91.0 marlin_12.92.0
authorScott Murray <scott.murray@konsulko.com>
Thu, 7 Jan 2021 20:57:50 +0000 (15:57 -0500)
committerScott Murray <scott.murray@konsulko.com>
Thu, 7 Jan 2021 21:06:04 +0000 (16:06 -0500)
libhomescreen was still a dependency in the qmake files, remove it.

Bug-AGL: SPEC-3757

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I4ed491e7c14956c601d17997c70497559e54c0cc

app/app.pro
app/config.tests/libhomescreen.cpp [deleted file]
app/config.tests/libhomescreen.pro [deleted file]

index dc30c85..f497fee 100644 (file)
@@ -4,7 +4,7 @@ QT = quickcontrols2 websockets
 SOURCES = main.cpp
 
 CONFIG += link_pkgconfig
-PKGCONFIG += libhomescreen qtappfw-mediaplayer
+PKGCONFIG += qtappfw-mediaplayer
 
 CONFIG(release, debug|release) {
     QMAKE_POST_LINK = $(STRIP) --strip-unneeded $(TARGET)
diff --git a/app/config.tests/libhomescreen.cpp b/app/config.tests/libhomescreen.cpp
deleted file mode 100644 (file)
index e0fd460..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <libhomescreen.hpp>
-
-int main(int argc,char **argv)
-{
-    LibHomeScreen libHomeScreen;
-    return 0;
-}
diff --git a/app/config.tests/libhomescreen.pro b/app/config.tests/libhomescreen.pro
deleted file mode 100644 (file)
index eb4e8f3..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-SOURCES = libhomescreen.cpp
-
-CONFIG -= qt
-CONFIG += link_pkgconfig
-PKGCONFIG += homescreen