From aa0e120174fd1dc19ffbdba7cee8aa16de15b3ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20G=C3=BCrtler?= Date: Thu, 1 Oct 2020 13:47:36 +0000 Subject: Make libelf dependency optional via meson feature --- meson_options.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index c6f228a01..af9645eda 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -111,3 +111,8 @@ option('glib_checks', value : true, yield : true, description : 'Enable GLib checks such as API guards (see docs/macros.txt)') + +option('libelf', + type : 'feature', + value : 'auto', + description : 'Enable support for listing and extracting from ELF resource files with gresource tool') \ No newline at end of file -- cgit v1.2.1