<div dir="ltr"><span style="color:rgb(33,33,33)">> From the user's perspective, users shouldn't have to build their own</span><br style="color:rgb(33,33,33)"><span style="color:rgb(33,33,33)">> system libraries. From the developers point-of-view, the rules are</span><br style="color:rgb(33,33,33)"><span style="color:rgb(33,33,33)">> actually readable, understandable, and it takes as long to build</span><br style="color:rgb(33,33,33)"><span style="color:rgb(33,33,33)">> libfprint and the docs as it did just running configure. So I'm fine</span><br style="color:rgb(33,33,33)"><span style="color:rgb(33,33,33)">> with the drawbacks :)</span><br><div><span style="color:rgb(33,33,33)"><br></span></div><div><span style="color:rgb(33,33,33)">But they actually do it sometimes :) I understand there's no going back, which is ok. Just saying that build and install docs would be a welcome addition to the docs. Willing to help with it if needed.</span></div></div><br><div class="gmail_quote"><div dir="ltr">On Fri, May 18, 2018 at 6:51 AM Bastien Nocera <<a href="mailto:hadess@hadess.net">hadess@hadess.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Thu, 2018-05-17 at 23:40 +0300, Igor Filatov wrote:<br>
> Mine seems ok. The docs could use a short build&install guide though.<br>
> I've updated the readme in my<br>
> repo <a href="https://github.com/iafilatov/libfprint" rel="noreferrer" target="_blank">https://github.com/iafilatov/libfprint</a>. Meson is great but from<br>
> a user's perspective it doesn't beat `./configure && make`.<br>
<br>
>From the user's perspective, users shouldn't have to build their own<br>
system libraries. From the developers point-of-view, the rules are<br>
actually readable, understandable, and it takes as long to build<br>
libfprint and the docs as it did just running configure. So I'm fine<br>
with the drawbacks :)<br>
<br>
> And actually there's quite a few ones who want to try it out but<br>
> don't have that much experience with build systems.<br>
<br>
If anyone has problems updating the Makefile.am/<a href="http://configure.ac" rel="noreferrer" target="_blank">configure.ac</a> rules for<br>
their WIP drivers, let me know.<br>
<br>
FWIW, unless additional files or libraries are needed, you'd only need<br>
to add the driver name to "all_drivers" in the top-level meson.build,<br>
and add a conditional in the "foreach driver: drivers" loop in<br>
libfprint/meson.build.<br>
<br>
> I'd like to follow the updates in the new repo but it won't let me<br>
> sign in. Says my account is blocked...<br>
<br>
There's no new repo, it's not migrated yet.<br>
<br>
> On Thu, May 17, 2018 at 7:01 PM Bastien Nocera <<a href="mailto:hadess@hadess.net" target="_blank">hadess@hadess.net</a>><br>
> wrote:<br>
> > Hello all,<br>
> > <br>
> > libfprint has been ported to Meson[1] (from autotools) and gtk-doc<br>
> > (from Doxygen) in git. This means that building libfprint is now<br>
> > much<br>
> > much faster, and the API documentation is now clearer.<br>
> > <br>
> > It would be great if driver authors could update their development<br>
> > branches and report any problems.<br>
> > <br>
> > Let me know if you run into any problems building the library, or<br>
> > spot<br>
> > any errors in the documentation.<br>
> > <br>
> > Other short-term plans include migrating libfprint and fprintd to<br>
> > <a href="http://freedesktop.org" rel="noreferrer" target="_blank">freedesktop.org</a>'s gitlab instance[2], giving the website/wiki a<br>
> > refresh, and writing a guide to writing new drivers.<br>
> > <br>
> > Cheers<br>
> > <br>
> > [1]: <a href="http://mesonbuild.com/" rel="noreferrer" target="_blank">http://mesonbuild.com/</a><br>
> > [2]: <a href="https://gitlab.freedesktop.org/freedesktop/freedesktop/issues/" rel="noreferrer" target="_blank">https://gitlab.freedesktop.org/freedesktop/freedesktop/issues/</a><br>
> > 21<br>
> > _______________________________________________<br>
> > fprint mailing list<br>
> > <a href="mailto:fprint@lists.freedesktop.org" target="_blank">fprint@lists.freedesktop.org</a><br>
> > <a href="https://lists.freedesktop.org/mailman/listinfo/fprint" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/fprint</a><br>
</blockquote></div>