]> www.infradead.org Git - users/sagi/libnvme.git/commitdiff
build: Disable fallback on default
authorDaniel Wagner <dwagner@suse.de>
Thu, 13 Apr 2023 10:41:31 +0000 (12:41 +0200)
committerDaniel Wagner <wagi@monom.org>
Thu, 13 Apr 2023 10:51:51 +0000 (12:51 +0200)
meson's default setting for wrap mode is to attempt to download missing
dependencies. Disable this feature as the community is unhappy with
this default behavior.

Signed-off-by: Daniel Wagner <dwagner@suse.de>
meson.build

index 007ffdc8b429a73a2bb7da19bb106c88fa502a0d..13c2e4c17ab8820428c104b78ea2dba43dcb2516 100644 (file)
@@ -16,6 +16,7 @@ project(
         'buildtype=debug',
         'prefix=/usr/local',
         'sysconfdir=etc',
+        'wrap_mode=nofallback'
     ]
 )