diff options
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r-- | gnu/packages/video.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 9b57d3cbb8..4b7251ee23 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -645,8 +645,7 @@ other software.") (native-inputs (list autoconf automake libtool pkg-config)) (inputs - `(("linux-headers" ,linux-libre-headers) - ("sdl2" ,sdl2))) + `(("sdl2" ,sdl2))) (synopsis "Touchscreen access library") (description "TSLib is a cross-platform library that provides access to touchscreen devices and the ability to apply filters to their input events.") |