gnu: links: Enable framebuffer (fb) graphics driver.
* gnu/packages/web-browsers.scm (links)[native-inputs]: Add linux-libre-headers. [inputs]: Add gpm.
This commit is contained in:
parent
77986a6a99
commit
4cd05788b5
1 changed files with 5 additions and 2 deletions
|
@ -55,6 +55,7 @@ (define-module (gnu packages web-browsers)
|
|||
#: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 @@ (define-public links
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue