Automatic update for SDL2-2.0.18-3.fc36.
* Tue Jan 4 2022 Neal Gompa <ngompa@fedoraproject.org> - 2.0.18-3
- Backport fix for building against wayland-1.20+
- Add patch to split SDL2 CMake targets for static libraries
sudo dnf upgrade --refresh --advisory=FEDORA-2022-e89ec44dce
Please login to add feedback.
This update was automatically created
This update's test gating status has been changed to 'waiting'.
This update's test gating status has been changed to 'ignored'.
This update has been submitted for stable by bodhi
We see builds of darktable failing with this now. SDL2 2.0.18-3 seems to contain
db732fc Add missing SDL2Targets files to devel subpackage
(even though it's not mentioned in clog). Is that maybe not complete? Do we have to buildrequire more thancmake(SDL2)
now?https://koji.fedoraproject.org/koji/taskinfo?taskID=80865753 gives
CMake Error at /usr/lib64/cmake/SDL2/SDL2Config.cmake:42 (get_target_property): get_target_property() called with non-existent target "SDL2::SDL2main".
The same darktable spec used to work last week.
OK, I see you have some cmake target files in -devel and some in -static. I'm no cmake guy, but... -devel should be enough to develop against SDL2, i.e. against all targets, should't it?