mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
Merge pull request #211150 from trofi/SDL_gfx-propagate-SDL
SDL_gfx: propagate SDL to -dev outputs
This commit is contained in:
commit
25f57d5b23
@ -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" ]
|
||||
|
Loading…
Reference in New Issue
Block a user