diff options
author | Ben Kohler <bkohler@gentoo.org> | 2022-11-29 09:53:45 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2022-11-29 09:57:13 -0600 |
commit | c38623241f52f154c55970f62b4c77f85c117277 (patch) | |
tree | d1d10ee2e6207606fa7fbdd82ec8320f3898af2a /net-misc/remmina/files | |
parent | sys-kernel/gentoo-sources: stabilize 5.15.80 for amd64 (diff) | |
download | gentoo-c38623241f52f154c55970f62b4c77f85c117277.tar.gz gentoo-c38623241f52f154c55970f62b4c77f85c117277.tar.bz2 gentoo-c38623241f52f154c55970f62b4c77f85c117277.zip |
net-misc/remmina: fix build against gtk+[-wayland]
Closes: https://bugs.gentoo.org/883551
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'net-misc/remmina/files')
-rw-r--r-- | net-misc/remmina/files/remmina-1.4.27_p20221128-missing-gdk-include.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-misc/remmina/files/remmina-1.4.27_p20221128-missing-gdk-include.patch b/net-misc/remmina/files/remmina-1.4.27_p20221128-missing-gdk-include.patch new file mode 100644 index 000000000000..618dd721a293 --- /dev/null +++ b/net-misc/remmina/files/remmina-1.4.27_p20221128-missing-gdk-include.patch @@ -0,0 +1,13 @@ +diff --git a/src/remmina.c b/src/remmina.c +index 5b59339f8..43834b9bd 100644 +--- a/src/remmina.c ++++ b/src/remmina.c +@@ -32,6 +32,8 @@ + * + */ + ++#include <gdk/gdk.h> ++ + #define G_LOG_USE_STRUCTURED + #ifndef G_LOG_DOMAIN + #define G_LOG_DOMAIN ((gchar*)"remmina") |