Skip to content

Instantly share code, notes, and snippets.

@shengwen-tw
Last active May 28, 2024 16:49
Show Gist options
  • Save shengwen-tw/098da8c41ba7fbb9162ddaa4ff62b29e to your computer and use it in GitHub Desktop.
Save shengwen-tw/098da8c41ba7fbb9162ddaa4ff62b29e to your computer and use it in GitHub Desktop.
DirectFB2 Meson Cross File
[binaries]
c = 'riscv32-buildroot-linux-gnu-gcc'
strip = 'riscv32-buildroot-linux-gnu-strip'
pkgconfig = 'pkg-config'
[properties]
pkg_config_libdir = '@GLOBAL_SOURCE_ROOT@' / '../buildroot/output/host/riscv32-buildroot-linux-gnu/sysroot/usr/local/lib/pkgconfig'
sys_root = '@GLOBAL_SOURCE_ROOT@' / '../buildroot/output/host/riscv32-buildroot-linux-gnu/sysroot'
[host_machine]
system = 'linux'
cpu_family = 'riscv'
cpu = 'riscv32-ima'
endian = 'little'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment