unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#41815] gnu: icecat: Fix WebGL support
@ 2020-06-11 20:40 Ekaitz Zarraga
  2020-06-11 23:35 ` bug#41815: " Julien Lepiller
  0 siblings, 1 reply; 2+ messages in thread
From: Ekaitz Zarraga @ 2020-06-11 20:40 UTC (permalink / raw)
  To: 41815

Hi,

I think this fixes WebGL support in IceCat:

http://issues.guix.gnu.org/34135#10

Best!


From 382d45f95433be2f4c675b03e035daa253421371 Mon Sep 17 00:00:00 2001
From: Ekaitz Zarraga <ekaitz@elenq.tech>
Date: Thu, 11 Jun 2020 22:33:49 +0200
Subject: [PATCH] gnu: icecat: Fix WebGL support

    * gnu/packages/gnuzilla.scm (icecat): Wrap mesa
---
 gnu/packages/gnuzilla.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index 7bf9850e97..570398ecd9 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -1112,11 +1112,13 @@ from forcing GEXP-PROMISE."
                     (lib (string-append out "/lib"))
                     (gtk (assoc-ref inputs "gtk+"))
                     (gtk-share (string-append gtk "/share"))
+                    (mesa (assoc-ref inputs "mesa"))
+                    (mesa-lib (string-append mesa "/lib"))
                     (pulseaudio (assoc-ref inputs "pulseaudio"))
                     (pulseaudio-lib (string-append pulseaudio "/lib")))
                (wrap-program (car (find-files lib "^icecat$"))
                  `("XDG_DATA_DIRS" prefix (,gtk-share))
-                 `("LD_LIBRARY_PATH" prefix (,pulseaudio-lib)))
+                 `("LD_LIBRARY_PATH" prefix (,pulseaudio-lib ,mesa-lib)))
                #t))))))
     (home-page "https://www.gnu.org/software/gnuzilla/")
     (synopsis "Entirely free browser derived from Mozilla Firefox")
--
2.26.2






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#41815: gnu: icecat: Fix WebGL support
  2020-06-11 20:40 [bug#41815] gnu: icecat: Fix WebGL support Ekaitz Zarraga
@ 2020-06-11 23:35 ` Julien Lepiller
  0 siblings, 0 replies; 2+ messages in thread
From: Julien Lepiller @ 2020-06-11 23:35 UTC (permalink / raw)
  To: 41815-done; +Cc: Ekaitz Zarraga

Le Thu, 11 Jun 2020 20:40:48 +0000,
Ekaitz Zarraga <ekaitz@elenq.tech> a écrit :

> Hi,
> 
> I think this fixes WebGL support in IceCat:
> 
> http://issues.guix.gnu.org/34135#10
> 
> Best!
> 
> 

Pushed as 9c6ea3cb5617a1928073f41f174765ab14adbaa9, thank you!

Note that I added dots at the end of your log message, and removed
indentation on the third line of the log message.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-06-11 23:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-11 20:40 [bug#41815] gnu: icecat: Fix WebGL support Ekaitz Zarraga
2020-06-11 23:35 ` bug#41815: " Julien Lepiller

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).