mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: qtbase: Add eudev and libinput support.
* gnu/packages/qt.scm (qtbase)[inputs]: Add eudev, libinput.
This commit is contained in:
parent
763a8e6e23
commit
f66970a7ed
1 changed files with 2 additions and 0 deletions
|
@ -326,12 +326,14 @@ (define-public qtbase
|
|||
`(("alsa-lib" ,alsa-lib)
|
||||
("cups" ,cups)
|
||||
("dbus" ,dbus)
|
||||
("eudev" ,eudev)
|
||||
("expat" ,expat)
|
||||
("fontconfig" ,fontconfig)
|
||||
("freetype" ,freetype)
|
||||
("glib" ,glib)
|
||||
("harfbuzz" ,harfbuzz)
|
||||
("icu4c" ,icu4c)
|
||||
("libinput" ,libinput)
|
||||
("libjpeg" ,libjpeg)
|
||||
("libmng" ,libmng)
|
||||
("libpng" ,libpng)
|
||||
|
|
Loading…
Reference in a new issue