mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-12-27 05:58:22 +01:00
gamescope: add hwdata to RDEPENDS
- build with openvr support
This commit is contained in:
parent
d69b297247
commit
24e83f05d9
@ -32,12 +32,12 @@ DEPENDS += " \
|
|||||||
wlroots-0.17 \
|
wlroots-0.17 \
|
||||||
"
|
"
|
||||||
|
|
||||||
RDEPENDS:${PN} = "xwayland"
|
RDEPENDS:${PN} = "xwayland hwdata"
|
||||||
|
|
||||||
CXXFLAGS:append = " -I${STAGING_INCDIR}/stb"
|
CXXFLAGS:append = " -I${STAGING_INCDIR}/stb"
|
||||||
|
|
||||||
PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'opengl pipewire', d)}"
|
PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'opengl pipewire', d)} openvr"
|
||||||
PACKAGECONFIG[openvr] = "-Denable_openvr_support=true,-Denable_openvr_support=false,openvr"
|
PACKAGECONFIG[openvr] = "-Denable_openvr_support=true,-Denable_openvr_support=false"
|
||||||
PACKAGECONFIG[pipewire] = "-Dpipewire=enabled,-Dpipewire=disabled,pipewire"
|
PACKAGECONFIG[pipewire] = "-Dpipewire=enabled,-Dpipewire=disabled,pipewire"
|
||||||
PACKAGECONFIG[opengl] = ",,mesa-glut"
|
PACKAGECONFIG[opengl] = ",,mesa-glut"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user