[epiphany/wip/exalm/cleanups: 1/14] meson: Drop gdk dep




commit dd09be375af156bcc690c2d2d2385476b2afaac7
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Mon Nov 29 04:50:19 2021 +0500

    meson: Drop gdk dep
    
    It's already implicit with gtk, and GTK4 doesn't have a separate pkgconfig
    file for it.
    
    Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1034>

 lib/widgets/meson.build | 1 -
 meson.build             | 1 -
 src/meson.build         | 1 -
 3 files changed, 3 deletions(-)
---
diff --git a/lib/widgets/meson.build b/lib/widgets/meson.build
index 217b871fc..453bc2d7f 100644
--- a/lib/widgets/meson.build
+++ b/lib/widgets/meson.build
@@ -24,7 +24,6 @@ libephywidgets_deps = [
   libdazzle_dep,
   ephymisc_dep,
   gcr_dep,
-  gdk_dep,
   gdk_pixbuf_dep,
   gio_dep,
   glib_dep,
diff --git a/meson.build b/meson.build
index 9f0f16aaa..0b9f862b2 100644
--- a/meson.build
+++ b/meson.build
@@ -79,7 +79,6 @@ webkitgtk_requirement = '>= 2.33.2'
 
 cairo_dep = dependency('cairo', version: '>= 1.2')
 gcr_dep = dependency('gcr-3', version: '>= 3.5.5')
-gdk_dep = dependency('gdk-3.0', version: gtk_requirement)
 gdk_pixbuf_dep = dependency('gdk-pixbuf-2.0', version: '>= 2.36.5')
 gio_dep = dependency('gio-2.0', version: glib_requirement)
 gio_unix_dep = dependency('gio-unix-2.0', version: glib_requirement)
diff --git a/src/meson.build b/src/meson.build
index 6f9b0c920..eaee92180 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -71,7 +71,6 @@ libephymain_deps = [
   ephymisc_dep,
   ephysync_dep,
   ephywidgets_dep,
-  gdk_dep,
   gvdb_dep,
   libarchive_dep,
   libhandy_dep


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]