From 063ee19bc20c39d7ca98a0f9e03ce90fad2efc73 Mon Sep 17 00:00:00 2001 From: Brad Parker Date: Sun, 4 Sep 2016 11:35:53 -0400 Subject: [PATCH] fix linking of stb functions for nuklear --- qb/config.params.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/qb/config.params.sh b/qb/config.params.sh index cba050479a..84ae7c17a0 100644 --- a/qb/config.params.sh +++ b/qb/config.params.sh @@ -63,6 +63,7 @@ HAVE_PULSE=auto # PulseAudio support C89_PULSE=no HAVE_FREETYPE=auto # FreeType support HAVE_STB_FONT=yes # stb_truetype font support +HAVE_STB_IMAGE=yes # stb image loading support HAVE_XVIDEO=auto # XVideo support HAVE_PYTHON=no # Python 3 support for shaders C89_PYTHON=no