fcitx5/fcitx5-5.0.13-memfd.patch
Marguerite Su d528a6b7ec Accepting request 949472 from home:MargueriteSu:branches:M17N
- update version 5.0.13
  * bug fix release
- change in 5.0.12
  * A lot of fixes in zwp_input_method_v1 to make it ready to be used
    with future Plasma 5.24 native wayland input method support. With
    the next Plasma release (not out yet as of today), you should be
    able to directly select fcitx in the "Virtual keyboard KCM" (it was
    designed for on screen keyboard so the naming is a little bit
    confusing at this point) and use it with native wayland input
    method protocols. This allows some non-gtk/qt text-input-v{2,3}
    applications to be used with the input method under kwin. 
- add fcitx5-5.0.13-memfd.patch

OBS-URL: https://build.opensuse.org/request/show/949472
OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx5?expand=0&rev=21
2022-01-27 15:02:29 +00:00

13 lines
356 B
Diff

Index: fcitx5-5.0.13/src/ui/classic/buffer.cpp
===================================================================
--- fcitx5-5.0.13.orig/src/ui/classic/buffer.cpp
+++ fcitx5-5.0.13/src/ui/classic/buffer.cpp
@@ -23,6 +23,7 @@
#include "wl_shm.h"
#include "wl_shm_pool.h"
#include "wl_surface.h"
+#include <linux/memfd.h>
namespace fcitx::wayland {