- More implementations and dependencies for Linux Wayland support
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
# ======================================================================================================================
|
||||
|
||||
# this script finds and loads libraries related to the Linux operating system. It also sets platform specific variables.
|
||||
|
||||
macro(fennec_check_platform)
|
||||
# unix
|
||||
@@ -32,9 +33,10 @@ macro(fennec_check_platform)
|
||||
include/fennec/platform/linux/platform.h source/platform/linux/platform.cpp
|
||||
)
|
||||
|
||||
# includes
|
||||
include("${FENNEC_SOURCE_DIR}/cmake/wayland.cmake")
|
||||
if(FENNEC_USER_CLIENT)
|
||||
include("${FENNEC_SOURCE_DIR}/cmake/wayland.cmake")
|
||||
|
||||
fennec_check_wayland()
|
||||
endif()
|
||||
|
||||
# tests
|
||||
fennec_check_wayland()
|
||||
endmacro()
|
||||
Reference in New Issue
Block a user