Archived
1
0
Fork 0

gnu: directfb: Remove input labels.

* gnu/packages/graphics.scm (directfb)[inputs]: Remove labels.
This commit is contained in:
Ludovic Courtès 2022-10-09 21:34:55 +02:00
parent 3714c8bdcd
commit e3362e249a
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -192,36 +192,36 @@ framebuffer graphics, audio output and input event.")
(native-inputs (native-inputs
(list autoconf automake libtool perl pkg-config)) (list autoconf automake libtool perl pkg-config))
(inputs (inputs
`(("alsa" ,alsa-lib) (list alsa-lib
("ffmpeg" ,ffmpeg) ffmpeg
("freetype" ,freetype) freetype
("glu" ,glu) glu
("gstreamer" ,gstreamer) gstreamer
("imlib2" ,imlib2) imlib2
("jasper" ,jasper) jasper
("jpeg" ,libjpeg-turbo) libjpeg-turbo
("libcddb" ,libcddb) libcddb
("libdrm" ,libdrm) libdrm
("libtimidity" ,libtimidity) libtimidity
("mad" ,libmad) libmad
("mng" ,libmng) libmng
("mpeg2" ,libmpeg2) libmpeg2
("mpeg3" ,libmpeg3) libmpeg3
("opengl" ,mesa) mesa
("png" ,libpng) libpng
("sdl" ,sdl) sdl
("svg" ,(librsvg-for-system)) (librsvg-for-system)
("tiff" ,libtiff) libtiff
("tslib" ,tslib) tslib
("vdpau" ,libvdpau) libvdpau
("vorbisfile" ,libvorbis) libvorbis
("wayland" ,wayland) wayland
("webp" ,libwebp) libwebp
("x11" ,libx11) libx11
("xcomposite" ,libxcomposite) libxcomposite
("xext" ,libxext) libxext
("xproto" ,xorgproto) xorgproto
("zlib" ,zlib))) zlib))
(propagated-inputs (propagated-inputs
(list flux)) (list flux))
(synopsis "DFB Graphics Library") (synopsis "DFB Graphics Library")