g2c: remove the 'generated' tag (which is correct) (#45442)

This commit is contained in:
Alex Richert 2024-08-02 02:25:31 -07:00 committed by GitHub
parent e5a8d7be49
commit 835bd2557e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,7 @@ class G2c(CMakePackage):
version("1.6.4", sha256="5129a772572a358296b05fbe846bd390c6a501254588c6a223623649aefacb9d")
version("1.6.2", sha256="b5384b48e108293d7f764cdad458ac8ce436f26be330b02c69c2a75bb7eb9a2c")
depends_on("c", type="build") # generated
depends_on("c", type="build")
variant("aec", default=True, description="Use AEC library")
variant("png", default=True, description="Use PNG library")