Merge pull request #1834 from gepatto/8.2.0-Dev

set correct paths for ndll for linxuarm and linuxarm64 (raspberrypi)
This commit is contained in:
Chris Speciale
2024-10-22 07:17:56 -04:00
committed by GitHub
6 changed files with 57 additions and 89 deletions

View File

@@ -235,9 +235,6 @@
<section if="rpi">
<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="-I/usr/include/libdrm" />
<compilerflag value="-I/usr/include/dbus-1.0" />
<compilerflag value="-I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include" unless="HXCPP_ARM64" />
@@ -510,9 +507,6 @@
<lib name="-lm" />
<lib name="-lEGL" />
<lib name="-lGLESv2" />
<!-- For legacy Pi driver support -->
<lib name="-lbcm_host" />
<lib name="-L/opt/vc/lib" />
</section>