Skip to content

Commit

Permalink
Cursors: add legacy symlinks for wait and progress
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Apr 29, 2024
1 parent 5785af4 commit c6000b5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions cursors/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -280,13 +280,27 @@ links += [[
]
]]

links += [[
'progress',
[
'left_ptr_watch'
]
]]

links += [[
'text',
[
'xterm'
]
]]

links += [[
'wait',
[
'watch'
]
]]

foreach link_entry : links
src = link_entry[0]
foreach dest : link_entry[1]
Expand Down

0 comments on commit c6000b5

Please sign in to comment.