linux-usb-gadgets / libusbgx

C library encapsulating the Linux kernel USB gadget configfs userspace API functionality
GNU General Public License v2.0
216 stars 72 forks source link

Meson build #89

Closed any1 closed 2 months ago

any1 commented 5 months ago

This adds the meson build system to the project, but does not remove automake.

I created a meson.build file for this because I wanted to integrate this directly as a meson subproject in one of my projects. It's convenient to embed things like that while developing.

Since I've already done the work for my own use, I thought that I might as well share it.

mgrzeschik commented 2 months ago

I would like to have the meson change in the upcoming release.

Could you separate this MR to address both topics:

MR1: Fix minor issues with patch 1-3 MR2: Add meson build system and probably after some review remove automake

mgrzeschik commented 2 months ago

I just created separate bugfix and feature MR where all patches are covered. This can be closed. See: #93 #95

any1 commented 2 months ago

Ahh, I forgot to reply to this.