summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorNiklas Gürtler <profclonk@gmail.com>2020-10-01 13:47:36 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2020-10-01 13:47:36 +0000
commitaa0e120174fd1dc19ffbdba7cee8aa16de15b3ea (patch)
tree90631ddc8f15fab860f47006d204956eefcf0b94 /meson_options.txt
parent9bc61def1f815948ea28d92b59f506d3b2024ea0 (diff)
downloadglib-aa0e120174fd1dc19ffbdba7cee8aa16de15b3ea.tar.gz
Make libelf dependency optional via meson feature
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