Skip to content

meson: explicitly set C standard to gnu99

Simon Ser requested to merge emersion/pixman:cstd into master

This explicitly indicates that GNU extensions (like asm) are used. This fixes build errors when Pixman is used as a Meson subproject.

Merge request reports