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/CMakeLists.txt | 2 +- src/Makefile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index bc1a6f14e..00cd2d4b3 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -528,7 +528,7 @@ if(FLTK_USE_X11) list(APPEND CFILES xutf8/utf8Utils.c xutf8/utf8Wrap.c - # xutf8/utf8Input.c # not used + xutf8/utf8Input.c ) endif(NOT USE_XFT) endif(FLTK_USE_X11) 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