meson.build: Remove weather build dependency 70/29070/2
authorMarius Vlad <marius.vlad@collabora.com>
Thu, 27 Jul 2023 13:55:27 +0000 (16:55 +0300)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 3 Aug 2023 13:50:30 +0000 (13:50 +0000)
We don't actually need this, probably some lefovers.

Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: Id81827710dbb143ba504bee740f8282a01f6763c

src/meson.build

index a3a816b..b37e24f 100644 (file)
@@ -2,9 +2,6 @@ pkgconfig = import('pkgconfig')
 cpp = meson.get_compiler('cpp')
 
 qt5_dep = dependency('qt5', modules: ['Qml', 'Quick', 'Gui'])
-dep_qtappfw = [
-    dependency('qtappfw-weather'),
-]
 
 grpcpp_reflection_dep = cpp.find_library('grpc++_reflection')
 protoc = find_program('protoc')
@@ -35,7 +32,6 @@ grpc_deps = [
 
 window_mgnt_dep = [
     qt5_dep,
-    dep_qtappfw,
     grpc_deps,
 ]