[sysprof] build: fix building in jhbuild
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sysprof] build: fix building in jhbuild
- Date: Fri, 6 Mar 2020 21:43:59 +0000 (UTC)
commit 82c2ee5a737c2f6421c50ec1f906feba01bd4c79
Author: Christian Hergert <chergert redhat com>
Date: Fri Mar 6 13:43:15 2020 -0800
build: fix building in jhbuild
Not sure why we are hitting this, but we are so just force it to work.
meson.build | 1 +
src/sysprof/meson.build | 1 +
src/tests/meson.build | 3 +++
3 files changed, 5 insertions(+)
---
diff --git a/meson.build b/meson.build
index 03bc484..8c734a3 100644
--- a/meson.build
+++ b/meson.build
@@ -55,6 +55,7 @@ endif
glib_dep = dependency('glib-2.0', version: glib_req_version)
gio_dep = dependency('gio-2.0', version: glib_req_version)
gio_unix_dep = dependency('gio-unix-2.0', version: glib_req_version)
+pangoft2_dep = dependency('pangoft2', required: false)
if get_option('enable_gtk')
gtk_dep = dependency('gtk+-3.0', version: gtk_req_version)
diff --git a/src/sysprof/meson.build b/src/sysprof/meson.build
index 6a29160..7fb58f1 100644
--- a/src/sysprof/meson.build
+++ b/src/sysprof/meson.build
@@ -17,6 +17,7 @@ sysprof_deps = [
libsysprof_capture_dep,
libsysprof_dep,
libsysprof_ui_dep,
+ pangoft2_dep,
]
sysprof = executable('sysprof', sysprof_resources + sysprof_sources,
diff --git a/src/tests/meson.build b/src/tests/meson.build
index 2d8d8ed..f2825f6 100644
--- a/src/tests/meson.build
+++ b/src/tests/meson.build
@@ -111,6 +111,9 @@ if get_option('enable_gtk')
test_ui_deps = [
libsysprof_dep,
libsysprof_ui_dep,
+ gtk_dep,
+ dazzle_dep,
+ pangoft2_dep,
]
test_model_filter = executable('test-model-filter', 'test-model-filter.c',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]