[gimp/wip/wormnest/ci-meson-fix] build: check to see if this fixes ci meson build failure
- From: Jacob Boerema <jboerema src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/wip/wormnest/ci-meson-fix] build: check to see if this fixes ci meson build failure
- Date: Tue, 3 Aug 2021 20:35:20 +0000 (UTC)
commit 02b890eda4aa1d0ced906c564cad92158e7d0a26
Author: Jacob Boerema <jgboerema gmail com>
Date: Tue Aug 3 16:34:38 2021 -0400
build: check to see if this fixes ci meson build failure
libgimp/meson.build | 3 ---
1 file changed, 3 deletions(-)
---
diff --git a/libgimp/meson.build b/libgimp/meson.build
index e732fa7602..c963f42540 100644
--- a/libgimp/meson.build
+++ b/libgimp/meson.build
@@ -336,7 +336,6 @@ libgimpui = library('gimpui-'+ gimp_api_version,
],
c_args: [ '-DG_LOG_DOMAIN="LibGimpUI"', '-DGIMP_COMPILATION', ],
link_with: [
- libgimpmodule,
libgimpwidgets,
],
vs_module_defs: 'gimpui.def',
@@ -351,7 +350,6 @@ libgimpui_dep = declare_dependency(
gtk3,
],
link_with: [
- libgimpmodule,
libgimpui,
libgimpwidgets,
],
@@ -442,7 +440,6 @@ else
)
libgimpui_gir = gnome.generate_gir(
- libgimpmodule,
libgimpui,
libgimpwidgets,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]