blob: 86e456c32ffd6454f5d97a5c75fc3dfc74e42b23 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
SUMMARY = "Remote virtual display userland"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=573c152503e0d9b97c8e0cc09fbb1ad2"
require remote-virtio-gpu.inc
S = "${WORKDIR}/git"
DEPENDS = "virglrenderer virtual/libgbm wayland wayland-native libepoxy libinput virtio-loopback-driver"
RDEPENDS:${PN} = " wayland libgles2"
inherit cmake pkgconfig
PACKAGECONFIG_CONFARGS += " \
-DCMAKE_BUILD_TYPE=Release \
"
FILES:SOLIBSDEV = ""
FILES:${PN} += " \
${libdir}/librvgpu.so* \
"
|