diff options
author | Harry Jeffery <harry@exec64.co.uk> | 2019-09-02 15:03:33 +0100 |
---|---|---|
committer | Harry Jeffery <harry@exec64.co.uk> | 2019-09-02 15:54:50 +0100 |
commit | 42a15b157827dbd9c981416c8919ce5f5c907331 (patch) | |
tree | 31786a1a4bf6e67beced6533b9eb276f8a8ce3d8 /Makefile | |
parent | b8395af887ec1c3a3adfd8d56baa12caed740172 (diff) | |
download | imv-42a15b157827dbd9c981416c8919ce5f5c907331.tar.gz |
console: Use icu to provide proper UTF-8 editing
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ INSTALL_SCRIPT ?= install -m 0755 override CFLAGS += -std=c99 -W -Wall -Wpedantic -Wextra $(shell pkg-config --cflags pangocairo) override CPPFLAGS += -D_XOPEN_SOURCE=700 -override LIBS := -lGL -lpthread -lxkbcommon $(shell pkg-config --libs pangocairo) +override LIBS := -lGL -lpthread -lxkbcommon $(shell pkg-config --libs pangocairo) $(shell pkg-config --libs icu-io) BUILDDIR ?= build TARGET_WAYLAND = $(BUILDDIR)/imv-wayland |