Skip to content

Commit

Permalink
graphics.inc: openGL is not hard requirement
Browse files Browse the repository at this point in the history
We can also run kiosk-broswer over linuxfb

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Nov 18, 2023
1 parent d784c3c commit d8d9576
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sources/meta-yoe/recipes-core/images/graphics.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
inherit features_check

REQUIRED_DISTRO_FEATURES = "opengl"

X11PKGS = "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', '', 'packagegroup-core-x11 packagegroup-xfce-base', d)}"
X11ONLYPKGS = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', '${X11PKGS}', '', d)}"
X11FEATURE = "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', '', 'x11', d)}"
Expand Down

0 comments on commit d8d9576

Please sign in to comment.