Merge "meson_to_hermetic: Code health / lint update" into main

This commit is contained in:
Brandon Nguyen 2024-08-29 23:07:40 +00:00 committed by Gerrit Code Review
commit ab3e13cee2
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# meson-to-hermetic: automated build system generation
# meson_to_hermetic: automated build system generation
Goal: ease the integration of Mesa as a component inside larger projects like
Android (AOSP).

View file

@ -127,7 +127,7 @@ class Dependency:
return hash(self.unique_id)
def __eq__(self, other):
return self.unique_id == other._unique_id
return self.unique_id == other.unique_id
class CommandReturn: