Merge "meson_to_hermetic: Code health / lint update" into main
This commit is contained in:
commit
ab3e13cee2
2 changed files with 2 additions and 2 deletions
|
|
@ -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).
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue