summaryrefslogtreecommitdiff
path: root/data/frames/meson.build
AgeCommit message (Collapse)Author
2025-04-04Use correct .ppm extension for PPM imagesLaurent Pinchart
The reference images used by the test scripts are in PPM format, not PNM. Use the correct file extension. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2025-04-04Convert from make to mesonLaurent Pinchart
Meson makes cross compilation easier. Replace the make-based build system with meson. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>