]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Meson: From Git
authorFred Morcos <fred.morcos@open-xchange.com>
Thu, 6 Jul 2023 10:02:37 +0000 (12:02 +0200)
committerFred Morcos <fred.morcos@open-xchange.com>
Wed, 20 Mar 2024 12:28:27 +0000 (13:28 +0100)
meson.build
meson/from-git/meson.build [new file with mode: 0644]

index 0818ed7376d93bbdf6bd02b73597cedb8b9e632f..8e91d8ce99606230b37815517e4a5d9a91d43ab5 100644 (file)
@@ -48,6 +48,7 @@ subdir('meson/unit-tests')      # Unit Tests
 subdir('meson/reproducible')    # Reproducible Builds
 subdir('meson/fuzz-targets')    # Fuzzing Targets
 subdir('meson/python-venv')     # Python Venv
+subdir('meson/from-git')        # From Git
 
 # Sqlite3
 opt_sqlite3 = get_option('sqlite3')
diff --git a/meson/from-git/meson.build b/meson/from-git/meson.build
new file mode 100644 (file)
index 0000000..0eede3b
--- /dev/null
@@ -0,0 +1,4 @@
+# From Git
+# Outputs: from_git
+
+from_git = fs.exists('.git')