guix-patches
[Top][All Lists]
Advanced

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

[bug#38279] [PATCH 1/1] gnu: sdl: Add libxcursor to propagated-inputs.


From: Oleg Pykhalov
Subject: [bug#38279] [PATCH 1/1] gnu: sdl: Add libxcursor to propagated-inputs.
Date: Tue, 19 Nov 2019 21:23:00 +0300

* gnu/packages/sdl.scm (sdl)[propagated-inputs]: Add libxcursor.
---
 gnu/packages/sdl.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/sdl.scm b/gnu/packages/sdl.scm
index 6093405c43..a1a2c233dc 100644
--- a/gnu/packages/sdl.scm
+++ b/gnu/packages/sdl.scm
@@ -88,6 +88,7 @@
      ;; SDL headers include X11 headers.
      `(("libx11" ,libx11)
        ("libcap" ,libcap) ; 'libSDL.la' contain `-lcap'.
+       ("libxcursor" ,libxcursor)
        ;; TODO: Since building Mesa with Meson it is now necessary that Mesa is
        ;; a propogated input. We still need to figure out why, possibly due to 
a
        ;; change in pkg-config.
-- 
2.24.0






reply via email to

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