From ba9562c80315bf368edce14301d28522f0977bfa Mon Sep 17 00:00:00 2001 From: kotontrion Date: Sun, 19 May 2024 13:37:19 +0200 Subject: fix: build example --- examples/meson.build | 2 -- 1 file changed, 2 deletions(-) (limited to 'examples/meson.build') diff --git a/examples/meson.build b/examples/meson.build index b02ed55..3a2faf4 100644 --- a/examples/meson.build +++ b/examples/meson.build @@ -12,13 +12,11 @@ deps_example = [ astal_auth_full_exmple = executable( 'astal_auth_full_example', files('full_example.c'), - build_by_default : get_option('examples'), dependencies : deps_example, install : false) astal_auth_simple_example = executable( 'astal_auth_simple_example', files('simple_example.c'), - build_by_default : get_option('examples'), dependencies : deps_example, install : false) -- cgit v1.2.3