summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/conf/include/agl_imx-common.inc
<
# Enable SVG support
DEPENDS:append = " qtsvg"
PYQT_MODULES:append = " QtSvg"

# Fix python interpreter paths in pyrcc5, etc., adapted from newer upstream
# recipe
do_install:append() {
    sed -i "s,^exec .*python${PYTHON_BASEVERSION},exec ${bindir}/python3," ${D}/${bindir}/*
}
AgeCommit message (Expand)