aboutsummaryrefslogtreecommitdiff
path: root/xcursor/meson.build
diff options
context:
space:
mode:
authorGreg V <greg@unrelenting.technology>2017-10-10 01:23:43 +0300
committerGreg V <greg@unrelenting.technology>2017-10-11 00:07:21 +0300
commita5fe9aa73633594b443e2a1a990cdf23addbb28b (patch)
tree561968f504eb29d4f3bf9cd2a3c1ba5d89e44471 /xcursor/meson.build
parentc39bfe7f84818be9d9901e30ba26db9e8f19c47e (diff)
Add FreeBSD compatibility
Diffstat (limited to 'xcursor/meson.build')
-rw-r--r--xcursor/meson.build1
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
)