sdl2 icon indicating copy to clipboard operation
sdl2 copied to clipboard

Build fails with libsdl2 2.0.20

Open Mikolaj opened this issue 3 years ago • 0 comments

This

  pkgconfig-depends:
    sdl2 >= 2.0.6

seems inaccurate. It requires sdl2 >= 2.0.10 according to https://github.com/haskell-game/sdl2/issues/240 and it seems to fail with 2.0.20 as seen in https://ci.appveyor.com/project/Mikolaj/allure/builds/42817009

Of course, ideally it'd work with all sdl2 versions, perhaps using cabal flags to juggle compatibility settings.

Mikolaj avatar Mar 07 '22 19:03 Mikolaj