sdl2-compat: add sdl2 to pkg-config modules
`sdl2` should also be present as a module to ensure that it's detected by applications using `pkg-config` for SDL2 detection.
This commit is contained in:
@@ -108,6 +108,9 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
marcin-serwin
|
||||
];
|
||||
platforms = lib.platforms.all;
|
||||
pkgConfigModules = [ "sdl2-compat" ];
|
||||
pkgConfigModules = [
|
||||
"sdl2-compat"
|
||||
"sdl2"
|
||||
];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user