mesonbuild / wrapdb

New wrap requests
https://mesonbuild.com/Adding-new-projects-to-wrapdb.html
MIT License
78 stars 200 forks source link

SDL2 wrap does not support OpenBSD #935

Open Jan200101 opened 1 year ago

Jan200101 commented 1 year ago

Reported by a user of Lite-XL

subprojects/SDL2-2.26.0/meson.build:933:4: ERROR: Problem encountered: Unsupported platform openbsd, please add.

neheb commented 1 year ago

Prerequisite to this would be OpenBSD CI

Jan200101 commented 1 year ago

Prerequisite to this would be OpenBSD CI

Having a CI for every platform a wrap supports is not feasible and shouldn't be required. The SDL2 wrap already supports FreeBSD without a CI for it being present.

neheb commented 1 year ago

current WIP: https://github.com/neheb/wrapdb/tree/openbsd

I don't run OpenBSD so I have no other way to test.