Switch to git tarball as the meson files did not get added to the official one. Backport busybox style binaries. Saves on size. Signed-off-by: Rosen Penev <rosenp@gmail.com>
10 lines
218 B
Diff
10 lines
218 B
Diff
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -21,6 +21,7 @@ include_dirs = include_directories(
|
|
glib_dep = dependency(
|
|
'glib-2.0',
|
|
version: '>= 2.40',
|
|
+ static: true,
|
|
)
|
|
libnl_dep = dependency(
|
|
'libnl-genl-3.0',
|