blob: f7eda81b7f4e31dd912e63c512e71e33cfef195c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#################################################
#
# (C) 2014 Timothy Pearson
# kb9vqf (AT) pearsoncomputing (DOT) net
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
pkg_search_module( LIBICE ice )
check_library_exists( ICE _IceTransNoListen "${LIBICE_LIBRARY_DIRS}" HAVE__ICETRANSNOLISTEN )
|