Skip to content

Commit

Permalink
Restore Wayland & Weston
Browse files Browse the repository at this point in the history
  • Loading branch information
jpnurmi committed Oct 15, 2023
1 parent ebf36d9 commit 6f60914
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion conf/distro/jpos.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require conf/distro/poky.conf

DISTRO = "jpos"
DISTRO_NAME = "jpOS"
DISTRO_FEATURES:append = " opengl systemd wifi"
DISTRO_FEATURES:append = " opengl systemd wayland wifi"
DISTRO_FEATURES:remove = " ptest x11"

MAINTAINER = "J-P Nurmi <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion recipes-jpos/images/image-jpos.bb
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ IMAGE_INSTALL += "\
packagegroup-fonts-truetype \
packagegroup-jpos \
"
IMAGE_FEATURES += "splash"
IMAGE_FEATURES += "splash weston"
10 changes: 0 additions & 10 deletions recipes-jpos/jpos-weather/jpos-weather_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,5 @@ S = "${WORKDIR}/git"
LIC_FILES_CHKSUM = "file://LICENSES/GPL-3.0-only.txt;md5=75d892af193fd5a298f724c4377d8f62"

DEPENDS = "\
libdrm \
libinput \
libxkbcommon \
openssl \
seatd \
udev \
virtual/egl \
virtual/libgbm \
"

CARGO_FEATURES = "slint/backend-linuxkms slint/renderer-femtovg"
EXTRA_CARGO_FLAGS = "--no-default-features"

0 comments on commit 6f60914

Please sign in to comment.