diff options
author | Greg V <greg@unrelenting.technology> | 2017-10-10 01:23:43 +0300 |
---|---|---|
committer | Greg V <greg@unrelenting.technology> | 2017-10-11 00:07:21 +0300 |
commit | a5fe9aa73633594b443e2a1a990cdf23addbb28b (patch) | |
tree | 561968f504eb29d4f3bf9cd2a3c1ba5d89e44471 /xcursor | |
parent | c39bfe7f84818be9d9901e30ba26db9e8f19c47e (diff) |
Add FreeBSD compatibility
Diffstat (limited to 'xcursor')
-rw-r--r-- | xcursor/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xcursor/meson.build b/xcursor/meson.build index e8d456cb..afaab915 100644 --- a/xcursor/meson.build +++ b/xcursor/meson.build @@ -5,4 +5,5 @@ lib_wlr_xcursor = static_library( 'wlr_xcursor.c', ), include_directories: wlr_inc, + dependencies: [egl] # header required via include/wlr/render.h ) |