The target needs this header, encode this in the build system.
Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
linux/gsmmux.h
linux/if_alg.h
linux/landlock.h
+ linux/lp.h
linux/kcmp.h
linux/net_namespace.h
linux/nsfs.h
bashcompletions += ['readprofile']
endif
-opt = get_option('build-tunelp').allowed()
+opt = get_option('build-tunelp') \
+ .require(conf.get('HAVE_LINUX_LP_H').to_string() == '1') \
+ .allowed()
exe = executable(
'tunelp',
tunelp_sources,