diff options
author | Philipp Kerling <pkerling@casix.org> | 2018-01-08 13:10:11 +0100 |
---|---|---|
committer | Philipp Kerling <pkerling@casix.org> | 2018-01-08 13:10:11 +0100 |
commit | efe30507783ce1fd438df7d0a7d86459dc176585 (patch) | |
tree | f641ff59e1707a2d85d961dbee3e38c00af9b12b | |
parent | cf0ff1f73013a869eed663bfc544f1723f17e933 (diff) |
[cmake] Fix freebsd wayland include
-rw-r--r-- | cmake/platform/freebsd/wayland.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/platform/freebsd/wayland.cmake b/cmake/platform/freebsd/wayland.cmake index f6361aa189..c9c1d00c36 100644 --- a/cmake/platform/freebsd/wayland.cmake +++ b/cmake/platform/freebsd/wayland.cmake @@ -1 +1 @@ -include(../linux/wayland.cmake) +include(cmake/platform/linux/wayland.cmake) |