From 5a97629d0b272765b607dca1757ef067328f9d55 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Mon, 18 Mar 2024 15:02:48 +0100 Subject: Restore building on old Linux/Unix systems lacking Xutf8LookupString() --- src/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 6a9692097..4bed068fc 100644 --- a/src/Makefile +++ b/src/Makefile @@ -341,6 +341,7 @@ XLIBCFILES = \ # These C files are used under condition: BUILD_X11 AND NOT BUILD_XFT XLIBXCFILES = \ + xutf8/utf8Input.c \ xutf8/utf8Utils.c \ xutf8/utf8Wrap.c -- cgit v1.2.3