aboutsummaryrefslogtreecommitdiff
path: root/ports/tool-meson
diff options
context:
space:
mode:
authorWolfgang Stöggl <c72578@yahoo.de>2019-10-28 23:47:40 +0100
committerVictor Romero <romerosanchezv@gmail.com>2019-10-28 15:47:40 -0700
commitaf55822ea1d8b1cc8ff7daf4d4b0850405f12e89 (patch)
treedfc97d57abf3f60e10fbfc8a540ef17350732d66 /ports/tool-meson
parenta5b97e367b9db3502e08c3e973057979e8ffea2c (diff)
downloadvcpkg-af55822ea1d8b1cc8ff7daf4d4b0850405f12e89.tar.gz
vcpkg-af55822ea1d8b1cc8ff7daf4d4b0850405f12e89.zip
mesonbuild - Update to 0.52.0 (#8639)
* mesonbuild - Update to 0.52.0 * [tool-meson] Add package to represent dependency on Meson build-system
Diffstat (limited to 'ports/tool-meson')
-rw-r--r--ports/tool-meson/CONTROL3
-rw-r--r--ports/tool-meson/portfile.cmake5
2 files changed, 8 insertions, 0 deletions
diff --git a/ports/tool-meson/CONTROL b/ports/tool-meson/CONTROL
new file mode 100644
index 000000000..600baf27d
--- /dev/null
+++ b/ports/tool-meson/CONTROL
@@ -0,0 +1,3 @@
+Source: tool-meson
+Version: 0.52.0
+Description: Meson build system
diff --git a/ports/tool-meson/portfile.cmake b/ports/tool-meson/portfile.cmake
new file mode 100644
index 000000000..ad32823bd
--- /dev/null
+++ b/ports/tool-meson/portfile.cmake
@@ -0,0 +1,5 @@
+# This port represents a dependency on the Meson build system.
+# In the future, it is expected that this port acquires and installs Meson.
+# Currently is used in ports that call vcpkg_find_acquire_program(MESON) in order to force rebuilds.
+
+set(VCPKG_POLICY_EMPTY_PACKAGE enabled)