diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-08-07 21:13:04 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2017-08-07 21:13:04 -0400 |
commit | 7486263f7eef9c8118e43f5772e7425fbcf1ce9d (patch) | |
tree | 197cd4b56d17b04e3c94ad9b8970cf78f6edca5f /xcursor/meson.build | |
parent | ab063c3936ff8dd0ee34388cbd260dccc59661df (diff) |
Add xcursor sublibrary
Diffstat (limited to 'xcursor/meson.build')
-rw-r--r-- | xcursor/meson.build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xcursor/meson.build b/xcursor/meson.build new file mode 100644 index 00000000..570d1fe1 --- /dev/null +++ b/xcursor/meson.build @@ -0,0 +1,4 @@ +wlr_files += files( + 'xcursor.c', + 'wlr_cursor.c', +) |