Skip to content

Commit 6f60914

Browse files
committed
Restore Wayland & Weston
1 parent ebf36d9 commit 6f60914

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
lines changed

conf/distro/jpos.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ require conf/distro/poky.conf
22

33
DISTRO = "jpos"
44
DISTRO_NAME = "jpOS"
5-
DISTRO_FEATURES:append = " opengl systemd wifi"
5+
DISTRO_FEATURES:append = " opengl systemd wayland wifi"
66
DISTRO_FEATURES:remove = " ptest x11"
77

88
MAINTAINER = "J-P Nurmi <jpnurmi@gmail.com>"

recipes-jpos/images/image-jpos.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ IMAGE_INSTALL += "\
88
packagegroup-fonts-truetype \
99
packagegroup-jpos \
1010
"
11-
IMAGE_FEATURES += "splash"
11+
IMAGE_FEATURES += "splash weston"

recipes-jpos/jpos-weather/jpos-weather_git.bb

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,5 @@ S = "${WORKDIR}/git"
1313
LIC_FILES_CHKSUM = "file://LICENSES/GPL-3.0-only.txt;md5=75d892af193fd5a298f724c4377d8f62"
1414

1515
DEPENDS = "\
16-
libdrm \
17-
libinput \
18-
libxkbcommon \
1916
openssl \
20-
seatd \
21-
udev \
22-
virtual/egl \
23-
virtual/libgbm \
2417
"
25-
26-
CARGO_FEATURES = "slint/backend-linuxkms slint/renderer-femtovg"
27-
EXTRA_CARGO_FLAGS = "--no-default-features"

0 commit comments

Comments
 (0)