pixman: add missing MesonPackage (#47607)

This commit is contained in:
Wouter Deconinck 2024-11-17 02:03:15 -06:00 committed by GitHub
parent 4d3b85c4d4
commit fe2bf4c0f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@
from spack.package import *
class Pixman(AutotoolsPackage):
class Pixman(AutotoolsPackage, MesonPackage):
"""The Pixman package contains a library that provides low-level
pixel manipulation features such as image compositing and
trapezoid rasterization."""