diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-10-11 08:54:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-11 08:54:28 -0400 |
commit | bf5299a3a55040d8593c87d02bec364784c2c911 (patch) | |
tree | 690fe47fe25765394a13b2eb60f6870cc483a707 /xcursor | |
parent | f7bcb2750b4756ed2b5231a8a2831f26ab6d93ef (diff) | |
parent | a5fe9aa73633594b443e2a1a990cdf23addbb28b (diff) |
Merge pull request #252 from myfreeweb/freebsd-compat
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 ) |