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

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

bug#57062: closed ([PATCH] gnu: kdeclarative: Fix build.)


From: GNU bug Tracking System
Subject: bug#57062: closed ([PATCH] gnu: kdeclarative: Fix build.)
Date: Tue, 09 Aug 2022 02:30:02 +0000

Your message dated Tue, 09 Aug 2022 04:28:46 +0200
with message-id <87y1vy6tgh.fsf@rohleder.de>
and subject line Re: bug#57062: [PATCH] gnu: kdeclarative: Fix build.
has caused the debbugs.gnu.org bug report #57062,
regarding [PATCH] gnu: kdeclarative: Fix build.
to be marked as done.

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


-- 
57062: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57062
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: kdeclarative: Fix build. Date: Tue, 9 Aug 2022 01:33:08 +0200
For some reasons check phase fails w/o libxinerama.

* gnu/packages/kde-frameworks.scm (kdeclarative)[native-inputs]:
Add libxinerama.
---
 gnu/packages/kde-frameworks.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 391db94f3a..76e16e0ae6 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -9,6 +9,7 @@
 ;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
 ;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com>
 ;;; Copyright © 2021 Alexandros Theodotou <alex@zrythm.org>
+;;; Copyright © 2022 Michael Rohleder <mike@rohleder.de>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -2272,7 +2273,7 @@ (define-public kdeclarative
     (propagated-inputs
      (list kconfig kpackage))
     (native-inputs
-     (list extra-cmake-modules pkg-config xorg-server-for-tests))
+     (list extra-cmake-modules libxinerama pkg-config xorg-server-for-tests))
     (inputs
      (list kauth
            kbookmarks
-- 
2.37.1




--- End Message ---
--- Begin Message --- Subject: Re: bug#57062: [PATCH] gnu: kdeclarative: Fix build. Date: Tue, 09 Aug 2022 04:28:46 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)
Hi,

宋文武 <iyzsong@envs.net> writes:
> Hello, I get the build pass without libxinerama, maybe other issue?

Yes, I'm sorry!
-> close.

-- 
Zeit ist das Feuer, in dem wir verbrennen. (Gene Roddenberry)

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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