Skip to content

Commit

Permalink
(#16016) [atk] Do not use full-package-id mode for glib
Browse files Browse the repository at this point in the history
Signed-off-by: Uilian Ries <[email protected]>
  • Loading branch information
uilianries authored Feb 16, 2023
1 parent af952ea commit b2786a7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions recipes/atk/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ def layout(self):
def requirements(self):
self.requires("glib/2.75.2")

def package_id(self):
self.info.requires["glib"].full_package_mode()

def validate(self):
if self.options.shared and not self.dependencies["glib"].options.shared:
raise ConanInvalidConfiguration(
Expand Down

0 comments on commit b2786a7

Please sign in to comment.