[gtk/kjellahl/cairo-subproject] meson: Find libcairo-script-interpreter when cairo is a subproject
- From: Kjell Ahlstedt <kjellahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/kjellahl/cairo-subproject] meson: Find libcairo-script-interpreter when cairo is a subproject
- Date: Tue, 16 Mar 2021 11:03:39 +0000 (UTC)
commit 50beae7541d2f13240f7ac39bed5997fbb6eee12
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date: Tue Mar 16 09:52:13 2021 +0100
meson: Find libcairo-script-interpreter when cairo is a subproject
If cairo is a subproject, it's not necessarily installed when gtk
is built. In the build tree, libcairo-script-interpreter is not stored
in the same directory as other cairo libraries.
gsk/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gsk/meson.build b/gsk/meson.build
index 8e2b0f1782..24b6be14da 100644
--- a/gsk/meson.build
+++ b/gsk/meson.build
@@ -230,5 +230,5 @@ libgsk = static_library('gsk',
# "public" libgtk_dep used by internal executables.
libgsk_dep = declare_dependency(include_directories: [ confinc, ],
sources: [ gskenum_h, ],
- dependencies: libgdk_dep,
+ dependencies: [libgdk_dep, cairo_csi_dep],
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]