Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 56421bd79c
)
r14.0.x
parent
8d8fb919be
commit
5cbc736629
@ -0,0 +1,18 @@
|
||||
#################################################
|
||||
#
|
||||
# (C) 2020 Michele Calgaro
|
||||
# michele (DOT) calgaro (AT) yahoo (DOT) it
|
||||
#
|
||||
# Improvements and feedback are welcome
|
||||
#
|
||||
# This file is released under GPL >= 2
|
||||
#
|
||||
#################################################
|
||||
|
||||
## test for libXext
|
||||
pkg_search_module( XEXT xext )
|
||||
if( XEXT_FOUND )
|
||||
check_include_file( "X11/extensions/shape.h" HAVE_X11_EXTENSIONS_SHAPE_H )
|
||||
else( )
|
||||
tde_message_fatal( "Xext is required, but was not found on your system." )
|
||||
endif( )
|
Loading…
Reference in new issue