From e7d7710cf2ef1ef576820abe60b6ce05bfa43b41 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Mon, 27 Feb 2023 17:40:31 -0500 Subject: Tests/FindX11: fix preprocessor check for xcb_xrandr component --- Tests/FindX11/Test/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/FindX11/Test/main.c b/Tests/FindX11/Test/main.c index 653a2be..c20257f 100644 --- a/Tests/FindX11/Test/main.c +++ b/Tests/FindX11/Test/main.c @@ -496,7 +496,7 @@ int main(int argc, char* argv[]) #ifdef HAVE_xcb test_xcb, #endif -#ifdef HAVE_xcb_util +#ifdef HAVE_xcb_randr test_xcb_randr, #endif #ifdef HAVE_xcb_util -- cgit v0.12