aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2015-11-19 23:25:33 +0000
committerHarry Jeffery <harry@exec64.co.uk>2015-11-19 23:25:33 +0000
commit2737649cef4f4651fb05b5b437185b2c44d2b4bc (patch)
tree857eb5c3f6f75ce3136186629421050281c71bbf /Makefile
parent28c53b379be0ab551587fcdfefc13fcaae9a2302 (diff)
downloadimv-2737649cef4f4651fb05b5b437185b2c44d2b4bc.tar.gz
Use fontconfig to search for fonts
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4c8f7c0..13d9921 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
prefix = /usr
CFLAGS = -W -Wall -std=gnu11 `sdl2-config --cflags`
-LDFLAGS = `sdl2-config --libs` -lfreeimage -lSDL2_ttf
+LDFLAGS = `sdl2-config --libs` -lfreeimage -lSDL2_ttf -lfontconfig
TARGET = imv
BUILDDIR = build