guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

12/30: gnu: wtype: Fix cross-compiling.


From: guix-commits
Subject: 12/30: gnu: wtype: Fix cross-compiling.
Date: Tue, 19 Mar 2024 07:12:06 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit 755838a37884b775e27e370bb9fcdc43c3b000f0
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Mar 9 12:21:45 2024 +0800

    gnu: wtype: Fix cross-compiling.
    
    * gnu/packages/freedesktop.scm (wtype)
    [native-inputs]: Remove libxkbcommon.
    [inputs]: Add wayland, libxkbcommon.
    
    Change-Id: I010369e6a98d68bc30246ef6dec2cef6a4fe4d21
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 gnu/packages/freedesktop.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 20cf2510d2..a1b259ef8a 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -33,6 +33,7 @@
 ;;; Copyright © 2022 Petr Hodina <phodina@protonmail.com>
 ;;; Copyright © 2022 muradm <mail@muradm.net>
 ;;; Copyright © 2023 Alex Devaure <ajadevaure@gmail.com>
+;;; Copyright © 2024 Zheng Junjie <873216071@qq.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1463,7 +1464,10 @@ XEv.")
         (base32 "0bpix92vzip9vlhzihj3k8h9flrlna231x3y8ah7p4965l177yjd"))))
     (build-system meson-build-system)
     (native-inputs
-     (list pkg-config wayland libxkbcommon))
+     (list pkg-config
+           ;; for wayland-scanner
+           wayland))
+    (inputs (list wayland libxkbcommon))
     (synopsis "Xdotool type for Wayland")
     (description "Wtype lets you simulate keyboard input and mouse activity,
 move and resize windows, etc.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]