Skip to content

Commit

Permalink
yoe: Add vulkan to supported distro features
Browse files Browse the repository at this point in the history
This is new Graphics API and future of OpenGL

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Apr 30, 2021
1 parent 65f2195 commit 24a777d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/meta-yoe/conf/distro/yoe.inc
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ INHERIT += "${@bb.utils.contains('BUILD_ARCH', 'ppc64le', '', 'uninative', d)}"
# Add /etc/build to every image
INHERIT += "image-buildinfo"

DISTRO_FEATURES_append = " largefile opengl multiarch wayland pam polkit "
DISTRO_FEATURES_append = " largefile opengl multiarch wayland pam polkit vulkan"

#PREFERRED_PROVIDER_pkgconfig = "pkgconf"
#PREFERRED_PROVIDER_pkgconfig-native = "pkgconf-native"
Expand Down

0 comments on commit 24a777d

Please sign in to comment.