(#14598) wayland-protocols: Update Meson

This commit is contained in:
Jordan Williams
2022-12-14 04:25:48 -06:00
committed by GitHub
parent 0e00926c79
commit e1e22efc7a
3 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ required_conan_version = ">=1.50.0"
class WaylandProtocolsConan(ConanFile):
name = "wayland-protocols"
description = "Wayland is a project to define a protocol for a compositor to talk to its clients as well as a library implementation of the protocol"
topics = ("wayland")
topics = "wayland"
url = "https://github.com/conan-io/conan-center-index"
homepage = "https://gitlab.freedesktop.org/wayland/wayland-protocols"
license = "MIT"
@@ -27,7 +27,7 @@ class WaylandProtocolsConan(ConanFile):
raise ConanInvalidConfiguration(f"{self.ref} only supports Linux")
def build_requirements(self):
self.tool_requires("meson/0.63.3")
self.tool_requires("meson/0.64.1")
def layout(self):
basic_layout(self, src_folder="src")

View File

@@ -20,7 +20,7 @@ class TestPackageConan(ConanFile):
self.requires("wayland/1.21.0")
def build_requirements(self):
self.tool_requires("meson/0.63.3")
self.tool_requires("meson/0.64.1")
if not self.conf.get("tools.gnu:pkg_config", default=False, check_type=str):
self.tool_requires("pkgconf/1.9.3")
self.tool_requires("wayland/1.21.0")

View File

@@ -10,7 +10,7 @@ class TestPackageConan(ConanFile):
def build_requirements(self):
self.build_requires("wayland/1.21.0")
self.build_requires("meson/0.63.3")
self.build_requires("meson/0.64.1")
def requirements(self):
self.requires("wayland/1.21.0")