aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Kerling <pkerling@casix.org>2018-01-08 13:10:11 +0100
committerPhilipp Kerling <pkerling@casix.org>2018-01-08 13:10:11 +0100
commitefe30507783ce1fd438df7d0a7d86459dc176585 (patch)
treef641ff59e1707a2d85d961dbee3e38c00af9b12b
parentcf0ff1f73013a869eed663bfc544f1723f17e933 (diff)
[cmake] Fix freebsd wayland include
-rw-r--r--cmake/platform/freebsd/wayland.cmake2
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)