[PATCH 2/2] gnu: windowmaker: Enable xinerama support.

  • Done
  • quality assurance status badge
Details
2 participants
  • Danny Milosavljevic
  • Kei Kebreau
Owner
unassigned
Submitted by
Kei Kebreau
Severity
normal

Debbugs page

Kei Kebreau wrote 7 years ago
(address . guix-patches@gnu.org)(name . Kei Kebreau)(address . kkebreau@posteo.net)
20171222192328.27231-1-kkebreau@posteo.net
* gnu/packages/gnustep.scm (windowmaker)[inputs]: Add libxinerama.
---
gnu/packages/gnustep.scm | 1 +
1 file changed, 1 insertion(+)

Toggle diff (14 lines)
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
Danny Milosavljevic wrote 7 years ago
(name . Kei Kebreau)(address . kkebreau@posteo.net)(address . 29815@debbugs.gnu.org)
20171222221552.01b06de0@scratchpost.org
LGTM!
Kei Kebreau wrote 7 years ago
(name . Danny Milosavljevic)(address . dannym@scratchpost.org)(address . 29815-done@debbugs.gnu.org)
871sjmxqsl.fsf@posteo.net
Danny Milosavljevic <dannym@scratchpost.org> writes:

Toggle quote (2 lines)
> LGTM!

Pushed; thanks!
-----BEGIN PGP SIGNATURE-----

iQIyBAEBCAAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAlo9mxoACgkQ5qXuPBlG
eg0CsA/4lrBhxb+7E1Aul7znSZLHgux//l6q9Auyld3+Gd6OZDoS+ks4SjZuggRc
kkhjqZ4zvxHqVoe8zDLNydt5LhXgu6QEweAJQp39nU5mtR/U9jXnlkygNmU5UH+Z
1srFgfat66VTSpiBbzwPmqZZgAhhIsnqB1pUfTswOyIVbp881WSKNDNVKGseYP8y
oQYLNFZSD0S1HwdyJurkr+9zQYteqkRsmVPfb1w55IiqfbBntotrSOM1jbaxZOgy
tMXI7mlGtUR2EJ1wUbSBttaEBucfWNP9eByXBNSX5VhawqowIiPCC98Xg2M4E5zY
oAkxaf/EC79cIjhhhD21VZUMiJaEFRJnWe42CYu6uMprTNqacwRzSfqEkmydWaQy
VqWIPrVUhHYh8oFaNULFN6TD6qssg8V8JEMLooqLtwHnmgOOrFfW5FhqT3uCL3cb
tKIhrWH1xZW02XuNOyI7ch8RDhahzCnnekyKcHS242oDwAMBP1vXOf1mlW8GEAE2
G1X35YxShHqpRcaoN3KrcqdNxxWjaPoToEOQBOtyyNrvYv965pMO3XYzXcqGVOKh
X1yvh2szAJssKxVmLcdM/ZmRZP8Cfagv6wf5/+JvX0MTRkhmT0i8Vzu8P0v90mjl
V9+YFFqB0iK1ovyP5Y5bpc5D5GsIBl1zRPSNlWPRQCK86tG5Jg==
=5mJX
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 29815@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 29815
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help