Skip to content

Commit bca96c7

Browse files
authored
Merge pull request #14876 from agorgl/moonlight-embedded-fix-intel-dependency
moonlight-embedded: fix intel dependency inclusion on non x86 systems
2 parents 70e8d96 + 8ba093c commit bca96c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/batocera/utils/moonlight-embedded/moonlight-embedded.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ else
2020
MOONLIGHT_EMBEDDED_CONF_OPTS += -DENABLE_X11=OFF
2121
endif
2222

23-
ifeq ($(BR2_PACKAGE_LIBVA),y)
23+
ifeq ($(BR2_PACKAGE_LIBVA_INTEL_DRIVER),y)
2424
MOONLIGHT_EMBEDDED_DEPENDENCIES += libva-intel-driver intel-mediadriver
2525
endif
2626

0 commit comments

Comments
 (0)