echawk / kiss-xorg

A KISS Linux Repository for Xorg
MIT License
34 stars 9 forks source link

melonDS: patch to remove wayland build dep #125

Closed davidgarland closed 1 year ago

davidgarland commented 1 year ago

Closes #120.

The checksums file looks a little jank, but I can confirm it works.. normally git files don't require a checksum, yet it expects an entry for it in terms of the length it's looking for, so I have to add a SKIP at the end rather than the beginning. Weird.

The diff it gives me for the checksum file is:

- b548c9ceb349966a9219bed285f0efe5704e9ee581a5973ef719ddf16d189b40bf
+ b548c9ceb349966a9219bed285f0efe5704e9ee581a5973ef719ddf16d189b40bf
- SKIP
+ no source

If there's a nice way to avoid this, let me know and I could just amend this before it's merged.

echawk commented 1 year ago

You should be able to just remove the SKIP line from the checksums file.

Otherwise lgtm.

davidgarland commented 1 year ago

Seems that works, don't know why that wasn't one of the things I tried. Thank you ^^