summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt5
1 files changed, 5 insertions, 0 deletions
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