From 395099e0a39bc705fbf64b691bdf54010ff8ce4a Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 23 Jul 2023 18:24:01 +0900 Subject: Add detection of libxmu-dev Signed-off-by: Michele Calgaro --- ConfigureChecks.cmake | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ConfigureChecks.cmake') diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 0b84648..6f8c441 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -24,3 +24,11 @@ tde_setup_largefiles( ) if( WITH_GCC_VISIBILITY ) tde_setup_gcc_visibility( ) endif( WITH_GCC_VISIBILITY ) + + +##### check required packages + +pkg_search_module( XMU xmu ) +if( NOT XMU_FOUND ) + tde_message_fatal( "xmu is required, but was not found on your system" ) +endif( ) -- cgit v1.2.1