summaryrefslogtreecommitdiffstats
path: root/recipes/ti/matrix-gui-common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/ti/matrix-gui-common.inc')
-rw-r--r--recipes/ti/matrix-gui-common.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/ti/matrix-gui-common.inc b/recipes/ti/matrix-gui-common.inc
index 4185b3418f..c0edbfd485 100644
--- a/recipes/ti/matrix-gui-common.inc
+++ b/recipes/ti/matrix-gui-common.inc
@@ -4,7 +4,7 @@ LICENSE = "BSD"
SECTION = "multimedia"
PRIORITY = "optional"
-INC_PR = "r6"
+INC_PR = "r7"
COMPATIBLE_MACHINE = "(dm365|omapl138|omap3|ti816x)"
@@ -34,6 +34,7 @@ do_install() {
install -m 0644 ${S}/${PLATFORM}/html/* ${D}/${datadir}/matrix/html
install -d ${D}/${datadir}/matrix/images
install -m 0644 ${S}/images/*.png ${D}/${datadir}/matrix/images/
+ install -m 0644 ${S}/images/*.svg ${D}/${datadir}/matrix/images/
}