1 From 8b92940fe6780155fbafb46782f6720fd6822af1 Mon Sep 17 00:00:00 2001
2 From: Christopher Arndt <chris@chrisarndt.de>
3 Date: Sat, 19 Feb 2022 16:24:20 +0100
4 Subject: [PATCH] fix: add -lGL to UILIBS for non-static unix LV2 builds
6 Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
9 1 file changed, 1 insertion(+), 1 deletion(-)
11 diff --git a/common.mak b/common.mak
12 index 1c12f32..3ae8c86 100644
15 @@ -167,7 +167,7 @@ ifeq ($(LV2AVAIL)$(HAVE_UI)$(HAVE_IDLE), yesyesyes)
16 UILIBS+=`pkg-config --variable=libdir ftgl`/libftgl.a `pkg-config --variable=libdir ftgl`/libfreetype.a
17 UILIBS+=`pkg-config --libs zlib`
19 - UILIBS+=`pkg-config --libs glu ftgl`
20 + UILIBS+=`pkg-config --libs glu gl ftgl`
22 UICFLAGS+=-DFONTFILE=\"$(FONTFILE)\"