From 121631514cbbc98ecb45bd86a5bce081754cdbba Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 10 Jul 2023 19:37:21 +0200 Subject: [PATCH] Fix building non-GUI samples out of tree Define wxUSE_GUI=0 for them. --- build/bakefiles/common_samples_outoftree.bkl | 6 ++++-- samples/console/makefile.unx | 4 ++-- samples/ipc/makefile.unx | 4 ++-- samples/sockets/makefile.unx | 4 ++-- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/build/bakefiles/common_samples_outoftree.bkl b/build/bakefiles/common_samples_outoftree.bkl index fd008c3f8d..00dc52e4d6 100644 --- a/build/bakefiles/common_samples_outoftree.bkl +++ b/build/bakefiles/common_samples_outoftree.bkl @@ -37,9 +37,11 @@ - +