diff --git a/cursors/meson.build b/cursors/meson.build index c36b4fc7a..7f0174789 100644 --- a/cursors/meson.build +++ b/cursors/meson.build @@ -280,6 +280,13 @@ links += [[ ] ]] +links += [[ + 'progress', + [ + 'left_ptr_watch' + ] +]] + links += [[ 'text', [ @@ -287,6 +294,13 @@ links += [[ ] ]] +links += [[ + 'wait', + [ + 'watch' + ] +]] + foreach link_entry : links src = link_entry[0] foreach dest : link_entry[1]