From ad0d2072c885d5ef6065ea5039536fe0d01a6871 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Thu, 27 Jul 2023 16:55:27 +0300 Subject: [PATCH] meson.build: Remove weather build dependency We don't actually need this, probably some lefovers. Signed-off-by: Marius Vlad Change-Id: Id81827710dbb143ba504bee740f8282a01f6763c --- src/meson.build | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/meson.build b/src/meson.build index a3a816b..b37e24f 100644 --- a/src/meson.build +++ b/src/meson.build @@ -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, ] -- 2.16.6