Adjust RPI build settings.

Co-authored-by: Patrick Gutlich <patrick@gepatto.nl>
This commit is contained in:
Joseph Cloutier
2022-05-28 18:49:17 -04:00
parent 16166e1a0d
commit 34817221d8
2 changed files with 4 additions and 2 deletions

View File

@@ -236,8 +236,8 @@
<compilerflag value="-I/opt/vc/include" />
<compilerflag value="-I/opt/vc/include/interface/vcos/pthreads" />
<compilerflag value="-I/opt/vc/include/interface/vmcs_host/linux" />
<compilerflag value="-lbrcmGLESv2" />
<compilerflag value="-lbrcmEGL" />
<compilerflag value="-lGLESv2" />
<compilerflag value="-lEGL" />
<compilerflag value="-I/usr/include/libdrm" />
<compilerflag value="-I/usr/include/dbus-1.0" />
<compilerflag value="-I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include" />
@@ -500,6 +500,7 @@
<lib name="-ldl" />
<lib name="-ldrm" />
<lib name="-lm" />
<lib name="-lbcm_host" />
<lib name="-lEGL" />
<lib name="-lGLESv2" />

1
project/lib/hashlink Submodule

Submodule project/lib/hashlink added at 68daa125ad