<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>


<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">

<p style="color: #777777;">
<a href="https://gitlab.com/xclaesse">Xavier Claessens</a>
commented on a
<a href="https://gitlab.com/gnutls/gnutls/issues/320#note_265862431">discussion</a>:
</p>
<div style="">
<p dir="auto">Glib indeed has it's own copy of gnulib code and wrote their own meson build definition for it.</p>
<p dir="auto">However, now that glib dropped autotools, I think they should instead use gnulib as subproject, and either:</p>
<ul dir="auto">
<li>merge meson build definition upstream</li>
<li>have a "fork" git repo with meson</li>
<li>put it in wrapdb, it's a collection of projects for which meson.build files are stored in a separate tarball. That helps using common non-meson projects as meson subproject.</li>
</ul>
<p dir="auto">Having gnulib as subproject means meson can download and build it for you if not found on the system. On less dependency to care about for the user.</p>
<p dir="auto">Doing this, and having gnutls as meson project, would mean glib-networking could use gnutls as subproject, and share the same build of gnulib, instead of having 2 copies currently, as far as I understand.</p>
<p dir="auto">IMHO the build speed is great but it's not the main adventage of meson. I like meson because it makes the build definition a lot nicer than obscure shell and m4 scripts that nobody really understand. And it supports more advanced features like subproject.</p>
<p dir="auto">Finally, I don't think Python 3 is a big dependency. It is available everywhere and much easier to install that autotools. Especially on Windows autotools requires msys2 or similar Unix env, that is not needed with meson.</p>
</div>


</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #777;">

<br>
Reply to this email directly or <a href="https://gitlab.com/gnutls/gnutls/issues/320#note_265862431">view it on GitLab</a>.
<br>
You're receiving this email because of your account on gitlab.com.
If you'd like to receive fewer emails, you can
<a href="https://gitlab.com/sent_notifications/b19347dd51305c3723540bb4d96b31c6/unsubscribe">unsubscribe</a>
from this thread or
adjust your notification settings.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Issue","url":"https://gitlab.com/gnutls/gnutls/issues/320#note_265862431"}}</script>


</p>
</div>
</body>
</html>