aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2019-10-09 20:11:43 +1300
committerDavid Phillips <david@sighup.nz>2019-10-09 20:11:43 +1300
commita8dd26bec6ce2790c421d5973fc0335042875922 (patch)
treefb113959c3b38bace60c8e69c1617fefc4eb3008
parentb3ece5a5554a242522799864ef4714513d4bcf97 (diff)
downloadparamano-a8dd26bec6ce2790c421d5973fc0335042875922.tar.xz
Add missing harfbuzz include dir to search path.
It appears that Arch Linux has either moved harfbuzz headers, or is newly depending on harbuzz from pango. This patch includes the harfbuzz include dir in CFLAGS.
-rw-r--r--config.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.mk b/config.mk
index 9b68792..af91126 100644
--- a/config.mk
+++ b/config.mk
@@ -42,6 +42,7 @@ DEPS += bat_tray.h \
CFLAGS += -I/usr/include/gtk-3.0 \
-I/usr/lib/gtk-3.0/include \
-I/usr/include/pango-1.0 \
+ -I/usr/include/harfbuzz \
-I/usr/include/cairo \
-I/usr/include/gdk-pixbuf-2.0 \
-I/usr/include/atk-1.0 \