mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
Merge pull request #9741 from ToKe79/wayland-xml
wayland: copy wayland.xml to SYSROOT
This commit is contained in:
commit
562de9e22f
@ -16,7 +16,7 @@ configure_package() {
|
|||||||
if [ "${DISPLAYSERVER}" = "x11" ]; then
|
if [ "${DISPLAYSERVER}" = "x11" ]; then
|
||||||
PKG_DEPENDS_TARGET+=" libxcb libX11"
|
PKG_DEPENDS_TARGET+=" libxcb libX11"
|
||||||
elif [ "${DISPLAYSERVER}" = "wl" ]; then
|
elif [ "${DISPLAYSERVER}" = "wl" ]; then
|
||||||
PKG_DEPENDS_TARGET+=" wayland"
|
PKG_DEPENDS_TARGET+=" wayland wayland-protocols"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -30,4 +30,6 @@ pre_configure_target() {
|
|||||||
|
|
||||||
post_makeinstall_host() {
|
post_makeinstall_host() {
|
||||||
cp ${TOOLCHAIN}/lib/pkgconfig/wayland-scanner.pc ${SYSROOT_PREFIX}/usr/lib/pkgconfig/
|
cp ${TOOLCHAIN}/lib/pkgconfig/wayland-scanner.pc ${SYSROOT_PREFIX}/usr/lib/pkgconfig/
|
||||||
|
mkdir -p ${SYSROOT_PREFIX}/usr/share/wayland
|
||||||
|
cp ${TOOLCHAIN}/share/wayland/wayland.xml ${SYSROOT_PREFIX}/usr/share/wayland/
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user