From af55822ea1d8b1cc8ff7daf4d4b0850405f12e89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20St=C3=B6ggl?= Date: Mon, 28 Oct 2019 23:47:40 +0100 Subject: mesonbuild - Update to 0.52.0 (#8639) * mesonbuild - Update to 0.52.0 * [tool-meson] Add package to represent dependency on Meson build-system --- ports/fribidi/CONTROL | 3 ++- ports/libepoxy/CONTROL | 3 ++- ports/tool-meson/CONTROL | 3 +++ ports/tool-meson/portfile.cmake | 5 +++++ 4 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 ports/tool-meson/CONTROL create mode 100644 ports/tool-meson/portfile.cmake (limited to 'ports') diff --git a/ports/fribidi/CONTROL b/ports/fribidi/CONTROL index e493429d4..771c4716e 100644 --- a/ports/fribidi/CONTROL +++ b/ports/fribidi/CONTROL @@ -1,3 +1,4 @@ Source: fribidi -Version: 2019-02-04-1 +Version: 2019-02-04-2 Description: GNU FriBidi is an implementation of the Unicode Bidirectional Algorithm (bidi) +Build-Depends: tool-meson diff --git a/ports/libepoxy/CONTROL b/ports/libepoxy/CONTROL index 9b2e96717..f19def943 100644 --- a/ports/libepoxy/CONTROL +++ b/ports/libepoxy/CONTROL @@ -1,4 +1,5 @@ Source: libepoxy -Version: 1.5.3-1 +Version: 1.5.3-2 Homepage: https://github.com/anholt/libepoxy Description: Epoxy is a library for handling OpenGL function pointer management for you +Build-Depends: tool-meson 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) -- cgit v1.2.3