summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtmultimedia_%.bbappend
blob: a06ac2d893682c0b9b8abbaaf8f40a9067d0a73e (plain)
1
2
3
4
5
6
7
FILESEXTRAPATHS_append := ":${THISDIR}/${PN}"

PACKAGECONFIG_append = " gstreamer"

SRC_URI_append = " \
    file://0001-metadata-image-support-with-the-data-URL-scheme-for-.patch \
    "
iewer.service \ " inherit systemd SYSTEMD_PACKAGES = "${PN}" do_install_append() { install -d ${D}/usr/AGL/${PN} install -m 0755 ${WORKDIR}/mapviewer-settings.sh ${D}/usr/AGL/${PN}/ # Install systemd unit files if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then install -d ${D}${systemd_user_unitdir} install -m 644 -p -D ${WORKDIR}/mapviewer.service ${D}${systemd_user_unitdir}/mapviewer.service fi } ## DO NOT ENABLE 'weston-mapviewer-demo.service' BY DEFAULT ## ## This should be enabled/disabled by 'switch_on_mapviewer-demo.sh'/'switch_off_mapviewer-demo.sh'. ## #SYSTEMD_SERVICE_${PN} = "mapviewer.service" FILES_${PN} += " \ ${systemd_user_unitdir}/mapviewer.service \ /usr/AGL/mapviewer/ \ "