blob: 0b580c2ab1b6d7564795ddc18c31693ad5e46908 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
FILESEXTRAPATHS:append := "${THISDIR}/files:"
SRC_URI += " \
file://0001-Add-xdg-shell-app-id-command-line-argument.patch \
"
# For now disable gstreamer to avoid needing to enable "commercial"
# licenses for the stated ffmpeg dependency.
PACKAGECONFIG:remove = "gstreamer"
# Enable verbose logging on runtimedebug image
PACKAGECONFIG:append:runtimedebug = "verbose"
|