-
|
I am working on a linux-cross (to ARM) of stella via yocto/poky. I could really use the configure.ac file as the latest pkg-config needs to be used (vs. sdl2-config). I'd like to update the configure.ac proper and regenerate the configure script. Can you provide it? |
Beta Was this translation helpful? Give feedback.
Answered by
skitt
Oct 19, 2025
Replies: 1 comment
-
|
Stella’s |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
thrust26
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Stella’s
configurescript is hand-coded, not generated using Autoconf, so there is noconfigure.acfile. Since you’re cross-compiling, useconfigure --host=footo specify the target triplet, andconfigurewill use the appropriate cross-pkg-config, but not for SDL2.