[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#29815] [PATCH 2/2] gnu: windowmaker: Enable xinerama support.
From: |
Kei Kebreau |
Subject: |
[bug#29815] [PATCH 2/2] gnu: windowmaker: Enable xinerama support. |
Date: |
Fri, 22 Dec 2017 14:23:28 -0500 |
* gnu/packages/gnustep.scm (windowmaker)[inputs]: Add libxinerama.
---
gnu/packages/gnustep.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/gnustep.scm b/gnu/packages/gnustep.scm
index 9a2bfefb4..8f21abcb1 100644
--- a/gnu/packages/gnustep.scm
+++ b/gnu/packages/gnustep.scm
@@ -125,6 +125,7 @@ to easily create cross-compiled binaries.")
`(("libxmu" ,libxmu)
("libxft" ,libxft)
("libx11" ,libx11)
+ ("libxinerama" ,libxinerama)
("fontconfig" ,fontconfig)
("libjpeg" ,libjpeg)
("giflib" ,giflib)
--
2.15.0
- [bug#29815] [PATCH 2/2] gnu: windowmaker: Enable xinerama support.,
Kei Kebreau <=