gnu: links: Enable framebuffer (fb) graphics driver.
authorTobias Geerinckx-Rice <me@tobias.gr>
Sun, 5 Jul 2020 04:58:51 +0000 (06:58 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sun, 5 Jul 2020 05:03:11 +0000 (07:03 +0200)
* gnu/packages/web-browsers.scm (links)[native-inputs]:
Add linux-libre-headers.
[inputs]: Add gpm.

gnu/packages/web-browsers.scm

index d316482..2ef09d4 100644 (file)
@@ -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)