diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-03-18 15:02:48 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-03-18 15:02:48 +0100 |
| commit | 5a97629d0b272765b607dca1757ef067328f9d55 (patch) | |
| tree | 554de0f1c30fc324b7e732546eb66ae73dba6377 /src/Makefile | |
| parent | 61c0f79397f6d074d51364b840a2642861f5396e (diff) | |
Restore building on old Linux/Unix systems lacking Xutf8LookupString()
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
