Skip to content

Commit 9b86c11

Browse files
committed
Bump Wayland Protocols
1 parent 6184bc5 commit 9b86c11

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

recipes/libdecor/all/conanfile.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import os
2-
import shutil
32

43
from conan import ConanFile
54
from conan.tools.env import VirtualBuildEnv
@@ -37,13 +36,11 @@ def _settings_build(self):
3736
def configure(self):
3837
self.settings.rm_safe("compiler.cppstd")
3938
self.settings.rm_safe("compiler.libcxx")
40-
if self.options.get_safe("with_gtk"):
41-
self.options["gtk"].version = "3"
4239
self.options["pango"].with_cairo = True
4340

4441
# https://gitlab.freedesktop.org/libdecor/libdecor/-/issues/66
4542
if self.options.get_safe("wayland"):
46-
self.options["shared"].version = True
43+
self.options["wayland"].shared = True
4744

4845
def layout(self):
4946
basic_layout(self, src_folder="src")
@@ -56,7 +53,7 @@ def requirements(self):
5653
self.requires("gtk/system")
5754
self.requires("pango/1.51.0")
5855
self.requires("wayland/1.22.0")
59-
self.requires("wayland-protocols/1.32")
56+
self.requires("wayland-protocols/1.33")
6057

6158
def validate(self):
6259
if self.settings.os != "Linux":

0 commit comments

Comments
 (0)