#!/bin/sh
# This prevents g-ir-scanner from writing cache data to /home/oeribon
export GI_SCANNER_DISABLE_CACHE=1

g-ir-scanner --use-binary-wrapper=/mnt/Yocto/dev_morty/eotdrv2/tmp/sysroots/eotdrv2/usr/bin/g-ir-scanner-qemuwrapper --use-ldd-wrapper=/mnt/Yocto/dev_morty/eotdrv2/tmp/sysroots/eotdrv2/usr/bin/g-ir-scanner-lddwrapper --add-include-path=/mnt/Yocto/dev_morty/eotdrv2/tmp/sysroots/eotdrv2/usr/share/gir-1.0 "$@"
