[gtk/image-loading] gdk: Add image loader deps to gdk_deps
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/image-loading] gdk: Add image loader deps to gdk_deps
- Date: Tue, 14 Sep 2021 01:20:43 +0000 (UTC)
commit 2138b2c9c00a526cc9b068df4ea4764b5b64e30f
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Sep 13 21:20:13 2021 -0400
gdk: Add image loader deps to gdk_deps
gdk/meson.build | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/gdk/meson.build b/gdk/meson.build
index 46a6bd7dd5..06905233f8 100644
--- a/gdk/meson.build
+++ b/gdk/meson.build
@@ -204,6 +204,9 @@ gdk_deps = [
platform_gio_dep,
pangocairo_dep,
vulkan_dep,
+ png_dep,
+ tiff_dep,
+ jpeg_dep,
]
if profiler_enabled
@@ -259,7 +262,7 @@ endif
libgdk = static_library('gdk',
sources: [gdk_sources, gdk_backends_gen_headers, gdkconfig],
- dependencies: gdk_deps + [libgtk_css_dep, png_dep, tiff_dep, jpeg_dep],
+ dependencies: gdk_deps + [libgtk_css_dep],
link_with: [libgtk_css],
include_directories: [confinc, gdkx11_inc, wlinc],
c_args: libgdk_c_args + common_cflags,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]