diff options
| author | Khem Raj <raj.khem@gmail.com> | 2018-09-16 08:58:17 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-09-16 08:58:17 -0700 |
| commit | c6c4e5457864644190d442e8cbf8110d7b087da5 (patch) | |
| tree | 861cda22e318a86caa0944a073d620d658e66f5f /meta-oe/recipes-multimedia/mplayer | |
| parent | a06c29be2f5bc204f965ee07298c34232c5c39fc (diff) | |
| download | meta-openembedded-c6c4e5457864644190d442e8cbf8110d7b087da5.tar.gz | |
mpv: Remove lua from packageconfig for aarch64
luajit is not buildable on aarch64
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-multimedia/mplayer')
| -rw-r--r-- | meta-oe/recipes-multimedia/mplayer/mpv_0.26.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-multimedia/mplayer/mpv_0.26.0.bb b/meta-oe/recipes-multimedia/mplayer/mpv_0.26.0.bb index de78de27f0..c2e8e3d574 100644 --- a/meta-oe/recipes-multimedia/mplayer/mpv_0.26.0.bb +++ b/meta-oe/recipes-multimedia/mplayer/mpv_0.26.0.bb | |||
| @@ -31,6 +31,8 @@ PACKAGECONFIG ??= " \ | |||
| 31 | libass \ | 31 | libass \ |
| 32 | ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)} \ | 32 | ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)} \ |
| 33 | " | 33 | " |
| 34 | |||
| 35 | PACKAGECONFIG_remove_aarch64 = "lua" | ||
| 34 | PACKAGECONFIG[drm] = "--enable-drm,--disable-drm,libdrm" | 36 | PACKAGECONFIG[drm] = "--enable-drm,--disable-drm,libdrm" |
| 35 | PACKAGECONFIG[gbm] = "--enable-gbm,--disable-gbm,virtual/mesa" | 37 | PACKAGECONFIG[gbm] = "--enable-gbm,--disable-gbm,virtual/mesa" |
| 36 | PACKAGECONFIG[lua] = "--enable-lua,--disable-lua,lua luajit" | 38 | PACKAGECONFIG[lua] = "--enable-lua,--disable-lua,lua luajit" |
