Skip to content

Commit

Permalink
Merge pull request #321 from lumag/fix
Browse files Browse the repository at this point in the history
Fix two issues
  • Loading branch information
lumag authored Feb 14, 2025
2 parents 0ef5291 + 3aceabf commit 57657fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ BBFILE_PRIORITY_meta-rpb = "8"
LAYERSERIES_COMPAT_meta-rpb = "styhead"

LAYERDEPENDS_meta-rpb = "openembedded-layer meta-python networking-layer \
filesystems-layer virtualization-layer"
filesystems-layer virtualization-layer gnome-layer"
2 changes: 1 addition & 1 deletion recipes-overlayed/xserver-xorg/xserver-xorg_%.bbappend
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# enable XvFB for gst-validate

PACKAGECONFIG:append = " xvfb"
#PACKAGECONFIG:append = " xvfb"
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ RDEPENDS:packagegroup-rpb-tests-x11 = "\
xdpyinfo \
xlsatoms \
xlsclients \
xserver-xorg-xvfb \
"
# xserver-xorg-xvfb

0 comments on commit 57657fe

Please sign in to comment.