blob: 72723dedf75c4d34cdbfd9ef362b5b3219c107b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
DEPENDS_append = " gstreamer1.0-plugins-base"
PACKAGECONFIG_append = " remoting"
PACKAGECONFIG[remoting] = " --enable-remoting"
SRC_URI_append = " \
file://0001-remoting-Fix-remoting-gbm-dependency.patch \
file://0002-main-change-remoting-initialization-timing.patch \
"
|