From 974fe0891da658da9f553568eef39523e87df6a4 Mon Sep 17 00:00:00 2001 From: Jim Drygiannakis Date: Fri, 20 Oct 2017 07:57:24 +0300 Subject: [PATCH] RPi: Link against Broadcom libraries (Raspbian Stretch) (#1263) --- scripts/genie.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/genie.lua b/scripts/genie.lua index 834108728..cacec034e 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -313,8 +313,8 @@ function exampleProjectDefaults() configuration { "rpi" } links { "X11", - "GLESv2", - "EGL", + "brcmGLESv2", + "brcmEGL", "bcm_host", "vcos", "vchiq_arm",