From d6e80a252e0c20636f38985438fbbd944037bc27 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 9 Feb 2016 20:29:21 +0100 Subject: Add system harfbuzz pkg-config flags to makefile. --- Makerules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makerules b/Makerules index 2813a093..5b3d4fc1 100644 --- a/Makerules +++ b/Makerules @@ -79,6 +79,8 @@ SYS_CURL_DEPS = -lpthread -lrt SYS_X11_CFLAGS = $(shell pkg-config --cflags x11 xext) SYS_X11_LIBS = $(shell pkg-config --libs x11 xext) +SYS_HARFBUZZ_CFLAGS = $(shell pkg-config --cflags harfbuzz) +SYS_HARFBUZZ_LIBS = $(shell pkg-config --libs harfbuzz) SYS_FREETYPE_CFLAGS = $(shell pkg-config --cflags freetype2) SYS_FREETYPE_LIBS = $(shell pkg-config --libs freetype2) SYS_OPENJPEG_CFLAGS = $(shell pkg-config --cflags libopenjp2) -- cgit v1.2.3