From 5f8335c1e49ce108ef3481863833c98efa00411b Mon Sep 17 00:00:00 2001 From: manuel Date: Thu, 2 Jul 2020 23:09:26 +0200 Subject: sync with upstream --- cmake/platform/freebsd/defines.txt | 2 +- cmake/platform/freebsd/gbm.cmake | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'cmake/platform/freebsd') diff --git a/cmake/platform/freebsd/defines.txt b/cmake/platform/freebsd/defines.txt index 9483597..bd23e57 100644 --- a/cmake/platform/freebsd/defines.txt +++ b/cmake/platform/freebsd/defines.txt @@ -1 +1 @@ --DTARGET_POSIX -DTARGET_FREEBSD -D_LINUX +-DTARGET_POSIX -DTARGET_FREEBSD diff --git a/cmake/platform/freebsd/gbm.cmake b/cmake/platform/freebsd/gbm.cmake index b273a06..2d20731 100644 --- a/cmake/platform/freebsd/gbm.cmake +++ b/cmake/platform/freebsd/gbm.cmake @@ -1 +1,2 @@ include(cmake/platform/linux/gbm.cmake) +list(APPEND PLATFORM_REQUIRED_DEPS EpollShim) -- cgit v1.2.3