From 3e3f045d650a839d21f7b649da7aa5c19bd2e38b Mon Sep 17 00:00:00 2001 From: Aylur Date: Sun, 1 Sep 2024 14:17:36 +0200 Subject: monorepo structuring --- lib/auth/meson_options.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lib/auth/meson_options.txt (limited to 'lib/auth/meson_options.txt') diff --git a/lib/auth/meson_options.txt b/lib/auth/meson_options.txt new file mode 100644 index 0000000..a39d755 --- /dev/null +++ b/lib/auth/meson_options.txt @@ -0,0 +1,12 @@ +option( + 'introspection', + type: 'boolean', + value: true, + description: 'Build gobject-introspection data', +) +option( + 'vapi', + type: 'boolean', + value: true, + description: 'Generate vapi data (needs vapigen & introspection option)', +) -- cgit v1.2.3