summaryrefslogtreecommitdiff
path: root/media-gfx/gthumb/files/3.12.2-link-with-x11.patch
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/gthumb/files/3.12.2-link-with-x11.patch')
-rw-r--r--media-gfx/gthumb/files/3.12.2-link-with-x11.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/media-gfx/gthumb/files/3.12.2-link-with-x11.patch b/media-gfx/gthumb/files/3.12.2-link-with-x11.patch
new file mode 100644
index 000000000000..b5e84710e5e1
--- /dev/null
+++ b/media-gfx/gthumb/files/3.12.2-link-with-x11.patch
@@ -0,0 +1,14 @@
+https://gitlab.gnome.org/GNOME/gthumb/-/issues/222
+
+diff --git a/meson.build b/meson.build
+index 2a970673..4cdc1a5e 100644
+--- a/meson.build
++++ b/meson.build
+@@ -232,6 +232,7 @@ common_deps = [
+ dependency('gmodule-2.0'),
+ dependency('gio-unix-2.0'),
+ dependency('gtk+-3.0', version : gtk_version),
++ dependency('x11'),
+ dependency('libpng'),
+ dependency('zlib'),
+ dependency('gsettings-desktop-schemas')