Skip to content

Commit

Permalink
(#3052) atk: bump glib
Browse files Browse the repository at this point in the history
* atk: bump glib

* atk: Update Conan conventions

Automatically created by bincrafters-conventions 0.26.1

Co-authored-by: bincrafters-user <bincrafters@gmail.com>
  • Loading branch information
ericLemanissier and bincrafters-user authored Sep 30, 2020
1 parent f33ca76 commit 689e266
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/atk/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ def config_options(self):
del self.options.fPIC

def build_requirements(self):
self.build_requires('meson/0.55.0')
self.build_requires('meson/0.55.3')
self.build_requires('pkgconf/1.7.3')

def requirements(self):
self.requires('glib/2.65.1')
self.requires('glib/2.66.0')

def configure(self):
if self.options.shared:
Expand Down

0 comments on commit 689e266

Please sign in to comment.