emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#69663: closed ([PATCH] gnu: wtype: Fix cross-compiling.)


From: GNU bug Tracking System
Subject: bug#69663: closed ([PATCH] gnu: wtype: Fix cross-compiling.)
Date: Tue, 19 Mar 2024 11:20:03 +0000

Your message dated Tue, 19 Mar 2024 19:19:40 +0800
with message-id <87zfuuii43.fsf@envs.net>
and subject line Re: [bug#69663] [PATCH] gnu: wtype: Fix cross-compiling.
has caused the debbugs.gnu.org bug report #69663,
regarding [PATCH] gnu: wtype: Fix cross-compiling.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
69663: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69663
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: wtype: Fix cross-compiling. Date: Sat, 9 Mar 2024 12:21:45 +0800
* gnu/packages/freedesktop.scm (wtype):
[native-inputs]: Remove libxkbcommon.
[inputs]: Add wayland, libxkbcommon.

Change-Id: I010369e6a98d68bc30246ef6dec2cef6a4fe4d21
---
 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 7b5d2dbbf2..a6d6ad81da 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 @@ (define-public wtype
         (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.")

base-commit: e51c26ef2daf7742eb1617ecb2c7f1594b73fb0c
-- 
2.41.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#69663] [PATCH] gnu: wtype: Fix cross-compiling. Date: Tue, 19 Mar 2024 19:19:40 +0800 User-agent: Gnus/5.13 (Gnus v5.13)
Zheng Junjie <zhengjunjie@iscas.ac.cn> writes:

> * gnu/packages/freedesktop.scm (wtype):
> [native-inputs]: Remove libxkbcommon.
> [inputs]: Add wayland, libxkbcommon.

Pushed as 755838a378, thank you!


--- End Message ---

reply via email to

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