mirror of
https://github.com/conan-io/conan-center-index.git
synced 2025-08-14 02:35:37 +00:00
(#14598) wayland-protocols: Update Meson
This commit is contained in:
@@ -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")
|
||||
|
@@ -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")
|
||||
|
@@ -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")
|
||||
|
Reference in New Issue
Block a user