From d38cf8a83e2e649f92e5c2259ba5b7ed4ae9c4d3 Mon Sep 17 00:00:00 2001 From: Rutger Helling Date: Tue, 12 Mar 2019 12:53:48 +0100 Subject: [PATCH 2/4] gnu: sdl-image: Add mesa input. * gnu/packages/sdl.scm (sdl-image)[inputs]: Add "mesa". --- gnu/packages/sdl.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/sdl.scm b/gnu/packages/sdl.scm index 8d2a02437..6d1cdba5f 100644 --- a/gnu/packages/sdl.scm +++ b/gnu/packages/sdl.scm @@ -214,6 +214,7 @@ other supporting functions for SDL.") "--disable-tif-shared" "--disable-webp-shared"))) (native-inputs `(("pkg-config" ,pkg-config))) + (inputs `(("mesa" ,mesa))) ;; libjpeg, libpng, and libtiff are propagated inputs because the ;; SDL_image headers include the headers of these libraries. SDL is a ;; propagated input because the pkg-config file refers to SDL's pkg-config -- 2.21.0