diff options
-rw-r--r-- | meta-oe/recipes-multimedia/mplayer/mpv_0.32.0.bb | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/meta-oe/recipes-multimedia/mplayer/mpv_0.32.0.bb b/meta-oe/recipes-multimedia/mplayer/mpv_0.32.0.bb index 3d325e24e6..f7b0f30fb9 100644 --- a/meta-oe/recipes-multimedia/mplayer/mpv_0.32.0.bb +++ b/meta-oe/recipes-multimedia/mplayer/mpv_0.32.0.bb | |||
@@ -2,11 +2,12 @@ SUMMARY = "Open Source multimedia player" | |||
2 | DESCRIPTION = "mpv is a fork of mplayer2 and MPlayer. It shares some features with the former projects while introducing many more." | 2 | DESCRIPTION = "mpv is a fork of mplayer2 and MPlayer. It shares some features with the former projects while introducing many more." |
3 | SECTION = "multimedia" | 3 | SECTION = "multimedia" |
4 | HOMEPAGE = "http://www.mpv.io/" | 4 | HOMEPAGE = "http://www.mpv.io/" |
5 | DEPENDS = "zlib ffmpeg jpeg virtual/libx11 xsp libxv \ | ||
6 | libxscrnsaver libv4l libxinerama \ | ||
7 | " | ||
8 | 5 | ||
9 | REQUIRED_DISTRO_FEATURES = "x11" | 6 | DEPENDS = "zlib ffmpeg jpeg libv4l" |
7 | |||
8 | DEPENDS += " \ | ||
9 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', ' virtual/libx11 xsp libxv libxscrnsaver libxinerama', '', d)} \ | ||
10 | " | ||
10 | 11 | ||
11 | LICENSE = "GPLv2+" | 12 | LICENSE = "GPLv2+" |
12 | LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=91f1cb870c1cc2d31351a4d2595441cb" | 13 | LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=91f1cb870c1cc2d31351a4d2595441cb" |