From 1f68fe78e84f25c8ddacdc37a293a5de31725bab Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 1 Jan 2022 13:01:08 +0000 Subject: First iteration with font/text support --- Jamroot.jam | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Jamroot.jam') diff --git a/Jamroot.jam b/Jamroot.jam index ce4b342..d4476e3 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -10,6 +10,8 @@ import sequence ; pkg-config.import sdl2 ; pkg-config.import glew ; +pkg-config.import freetype2 ; +pkg-config.import glib-2.0 ; lib pthread ; variant coverage : debug ; @@ -72,6 +74,7 @@ lib ilt : . lib static + glib-2.0 -fPIC ] : @@ -96,6 +99,8 @@ lib ilt : lib sdl2 glew + freetype2 + glib-2.0 pthread : : . -- cgit v1.2.3