From b561053b28586d321e4c52d916fef24ce211e60f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Date: Sat, 28 Jan 2023 16:49:20 +0800 Subject: [PATCH] gnu: xfwm4: Enable Xpresent support. * gnu/packages/xfce.scm (xfwm4)[inputs]: Add libxpresent. --- gnu/packages/xfce.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index abd650d06b..05e94f8537 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -907,6 +907,7 @@ (define-public xfwm4 libxcomposite libxdamage libxfce4ui + libxpresent libxrandr)) (home-page "https://www.xfce.org/") (synopsis "Xfce window manager")