Add xcursor sublibrary

This commit is contained in:
Drew DeVault 2017-08-07 21:13:04 -04:00
parent ab063c3936
commit 7486263f7e
8 changed files with 1997 additions and 3 deletions

4
xcursor/meson.build Normal file
View file

@ -0,0 +1,4 @@
wlr_files += files(
'xcursor.c',
'wlr_cursor.c',
)