]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Meson: Get rid of from-git subdir call
authorFred Morcos <fred.morcos@open-xchange.com>
Tue, 22 Aug 2023 15:05:54 +0000 (17:05 +0200)
committerFred Morcos <fred.morcos@open-xchange.com>
Wed, 20 Mar 2024 12:28:47 +0000 (13:28 +0100)
meson.build
meson/from-git/meson.build [deleted file]

index f98c4c4c776b84e1d5d93d0374d14f8a4d12b621..26e7707d7c0b5fa64baf9c8bf5b1a306f535e425 100644 (file)
@@ -20,6 +20,9 @@ summary('Build Dir', product_build_dir, section: 'Build')
 # Setup some modules
 fs = import('fs')
 
+# Check if we're running from a git checkout
+from_git = fs.exists('.git')
+
 # Create the configuration object and dependencies list.
 conf = configuration_data()
 
@@ -64,7 +67,6 @@ subdir('meson' / 'auth-backend-unit-tests') # Auth Backend Unit Tests
 subdir('meson' / 'reproducible')            # Reproducible Builds
 subdir('meson' / 'fuzz-targets')            # Fuzzing Targets
 subdir('meson' / 'python')                  # Python
-subdir('meson' / 'from-git')                # From Git
 subdir('meson' / 'dlopen')                  # dlopen
 subdir('meson' / 'verbose-logging')         # Verbose Logging
 subdir('meson' / 'pkcs11')                  # PKCS11
diff --git a/meson/from-git/meson.build b/meson/from-git/meson.build
deleted file mode 100644 (file)
index 47650fa..0000000
+++ /dev/null
@@ -1 +0,0 @@
-from_git = fs.exists('.git')