1
0
Fork 0
mutter-performance-source/src/tests/clutter/meson.build
Jonas Ådahl 14bb104ef0 tests/clutter: Replace ClutterTexture from image with custom helper
ClutterTexture is deprecated, lets remove the trivial usage with a
simple gdk-pixbuf using constructor putting pixel contents into a
ClutterImage then putting said image in a plain ClutterActor.

Tested partially, as the interactive tests cannot be properly run at the
moment.

https://gitlab.gnome.org/GNOME/mutter/merge_requests/932
2019-11-13 13:56:08 +00:00

7 lines
162 B
Meson

clutter_tests_includepath = include_directories('.')
subdir('accessibility')
subdir('conform')
subdir('interactive')
subdir('micro-bench')
subdir('performance')