Commit c8e3551
committed
sdl2-std, sdl2-std32: complete link flags
The previous LDFLAGS only provided -lSDL2 -lSDL2main which forced
consumers to chase the missing transitive deps (X11, pthread, dl, rt, m)
in their own Makefiles. Add the full set that sdl2-config --libs
returns so a single include of sdl2-std.mk or sdl2-std32.mk is enough
to link a SDL2 host (32 or 64 bit) program on this target.
Also mark libdreamroq as DONE in FUTURE_IDEAS.md: it is now shipped
inside the sh4zam package and no longer needs a separate clone.1 parent 7638285 commit c8e3551
3 files changed
Lines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
0 commit comments