Skip to content

Commit

Permalink
Update for fixed Pango package
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillikers committed Jan 17, 2024
1 parent 6d8f075 commit b144a33
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions recipes/libdecor/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def requirements(self):
self.requires("dbus/1.15.8")
if self.options.get_safe("with_gtk"):
self.requires("gtk/system")
self.requires("pango/1.50.10")
self.requires("pango/1.51.0")
self.requires("wayland/1.22.0")
self.requires("wayland-protocols/1.32")

Expand Down Expand Up @@ -99,8 +99,6 @@ def generate(self):
tc.generate()
pkg_config_deps = PkgConfigDeps(self)
pkg_config_deps.generate()
# Work around a bug in the pango package for which fixes have not been merged in yet.
shutil.copy2(os.path.join(self.generators_folder, "pango-pangocairo.pc"), os.path.join(self.generators_folder, "pangocairo.pc"))
virtual_build_env = VirtualBuildEnv(self)
virtual_build_env.generate()

Expand Down

0 comments on commit b144a33

Please sign in to comment.