diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2023-07-27 16:55:27 +0300 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-08-03 13:50:30 +0000 |
commit | ad0d2072c885d5ef6065ea5039536fe0d01a6871 (patch) | |
tree | f030fd998040e79b4274d6c9bbad55bfd492e77b | |
parent | 530ecaa7ba206c3ea52d64ff0940770b5946dee5 (diff) |
meson.build: Remove weather build dependency
We don't actually need this, probably some lefovers.
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: Id81827710dbb143ba504bee740f8282a01f6763c
-rw-r--r-- | src/meson.build | 4 |
1 files changed, 0 insertions, 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, ] |