echawk / kiss-xorg

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

Convert packages to muon part 1 #63

Closed TAAPArthur closed 1 year ago

TAAPArthur commented 1 year ago

Decided to continue the effort of https://github.com/kiss-community/repo/pull/51 and start switching packages over from meson to muon.

Unlike the linked issue, my goal isn't to kill meson, but to allow users to use a non-python based build system that supports many different compilers.

echawk commented 1 year ago

Looks good so far, I think you have an extra copy of illiliti's muon.patch in libinput.

I've been watching that PR for a while now, thanks for getting this started.

Weird issue with xorg-server, it'll build with muon if you use clang instead of gcc.

TAAPArthur commented 1 year ago

think you have an extra copy of illiliti's muon.patch in libinput.

Removed the extra.

Weird issue with xorg-server, it'll build with muon if you use clang instead of gcc.

I personally the configure/make to build xorg-server. Works with modest patches with tcc

echawk commented 1 year ago

Make sure to run kiss c for libinput, otherwise it looks good to me.