diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2024-11-23 22:02:33 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-03-02 20:31:36 +0100 |
commit | a70a06b2a73849bb73aa38fcdfd45c3a85381954 (patch) | |
tree | 26cac264dd2100b3caf7b02a62b025c7de5d3bb6 | |
parent | 48e3c26ec0cf6672d700e4e4d2e7510dba7794fd (diff) |
gnu: wpewebkit: Add missing input.
* gnu/packages/webkit.scm (wpewebkit)[inputs]: Add libinput.
-rw-r--r-- | gnu/packages/webkit.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm index d5b0801a7b..268b36a781 100644 --- a/gnu/packages/webkit.scm +++ b/gnu/packages/webkit.scm @@ -341,6 +341,8 @@ propagated by default) such as @code{gst-plugins-good} and ((#:configure-flags flags) #~(cons "-DPORT=WPE" (delete "-DPORT=GTK" #$flags))))) + (inputs (modify-inputs (package-inputs webkitgtk) + (prepend libinput))) (synopsis "WebKit port optimized for embedded devices") (description "WPE WebKit allows embedders to create simple and performant systems based on Web platform technologies. It is designed with hardware |