File tree Expand file tree Collapse file tree 3 files changed +2
-12
lines changed Expand file tree Collapse file tree 3 files changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ require conf/distro/poky.conf
2
2
3
3
DISTRO = "jpos"
4
4
DISTRO_NAME = "jpOS"
5
- DISTRO_FEATURES:append = " opengl systemd wifi"
5
+ DISTRO_FEATURES:append = " opengl systemd wayland wifi"
6
6
DISTRO_FEATURES:remove = " ptest x11"
7
7
8
8
MAINTAINER = "J-P Nurmi <jpnurmi@gmail.com>"
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ IMAGE_INSTALL += "\
8
8
packagegroup-fonts-truetype \
9
9
packagegroup-jpos \
10
10
"
11
- IMAGE_FEATURES += "splash"
11
+ IMAGE_FEATURES += "splash weston "
Original file line number Diff line number Diff line change @@ -13,15 +13,5 @@ S = "${WORKDIR}/git"
13
13
LIC_FILES_CHKSUM = "file://LICENSES/GPL-3.0-only.txt;md5=75d892af193fd5a298f724c4377d8f62"
14
14
15
15
DEPENDS = "\
16
- libdrm \
17
- libinput \
18
- libxkbcommon \
19
16
openssl \
20
- seatd \
21
- udev \
22
- virtual/egl \
23
- virtual/libgbm \
24
17
"
25
-
26
- CARGO_FEATURES = "slint/backend-linuxkms slint/renderer-femtovg"
27
- EXTRA_CARGO_FLAGS = "--no-default-features"
You can’t perform that action at this time.
0 commit comments