xreader rebuild

This commit is contained in:
Rmys
2023-07-30 15:32:04 +03:00
committed by GitHub
parent 5cf829af46
commit b76732e39d
2 changed files with 13 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@
from pisi.actionsapi import get, mesontools, pisitools
def setup():
pisitools.ldflags.add("-lX11 -lICE -lSM")
mesontools.configure("--libexecdir=/usr/lib/%s \
-Dmathjax-directory=/usr/share/mathjax2 \
-Depub=true \
@@ -0,0 +1,12 @@
diff --git a/cut-n-paste/totem-screensaver/totem-scrsaver.c b/cut-n-paste/totem-screensaver/totem-scrsaver.c
index 92ea6bb..a508c76 100644
--- a/cut-n-paste/totem-screensaver/totem-scrsaver.c
+++ b/cut-n-paste/totem-screensaver/totem-scrsaver.c
@@ -32,6 +32,7 @@
#ifdef GDK_WINDOWING_X11
#include <gdk/gdkx.h>
#include <X11/keysym.h>
+#include <X11/Xlib.h>
#ifdef HAVE_XTEST
#include <X11/extensions/XTest.h>