guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: links: Enable framebuffer (fb) graphics driver.


From: guix-commits
Subject: 05/05: gnu: links: Enable framebuffer (fb) graphics driver.
Date: Sun, 5 Jul 2020 01:04:29 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 4cd05788b548d60154f365542fd9446ac4bcfd9f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 5 06:58:51 2020 +0200

    gnu: links: Enable framebuffer (fb) graphics driver.
    
    * gnu/packages/web-browsers.scm (links)[native-inputs]:
    Add linux-libre-headers.
    [inputs]: Add gpm.
---
 gnu/packages/web-browsers.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index d316482..2ef09d4 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -55,6 +55,7 @@
   #:use-module (gnu packages image)
   #:use-module (gnu packages libevent)
   #:use-module (gnu packages libidn)
+  #:use-module (gnu packages linux)
   #:use-module (gnu packages lisp)
   #:use-module (gnu packages lisp-xyz)
   #:use-module (gnu packages lua)
@@ -187,8 +188,10 @@ older or slower computers and embedded systems.")
                        (string-append "--prefix=" out)
                        "--enable-graphics")
                #t))))))
-    (native-inputs `(("pkg-config" ,pkg-config)))
-    (inputs `(("libevent" ,libevent)
+    (native-inputs `(("linux-libre-headers" ,linux-libre-headers)
+                     ("pkg-config" ,pkg-config)))
+    (inputs `(("gpm" ,gpm)
+              ("libevent" ,libevent)
               ("libjpeg" ,libjpeg-turbo)
               ("libpng" ,libpng)
               ("libtiff" ,libtiff)



reply via email to

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