Merge pull request #211150 from trofi/SDL_gfx-propagate-SDL

SDL_gfx: propagate SDL to -dev outputs
This commit is contained in:
Sergei Trofimovich 2023-01-18 00:07:23 +00:00 committed by GitHub
commit 25f57d5b23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
sha256 = "0ijljhs0v99dj6y27hc10z6qchyp8gdp4199y6jzngy6dzxlzsvw";
};
# SDL_gfx.pc refers to sdl.pc and some SDL_gfx headers import SDL.h
propagatedBuildInputs = [ SDL ];
buildInputs = [ SDL ] ;
configureFlags = [ "--disable-mmx" ]