Browse Source

vlc: add mime-xdg to inherit

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Andreas Müller 4 years ago
parent
commit
02019291b2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      meta-multimedia/recipes-multimedia/vlc/vlc_3.0.8.bb

+ 1 - 1
meta-multimedia/recipes-multimedia/vlc/vlc_3.0.8.bb

@@ -24,7 +24,7 @@ SRC_URI = "http://download.videolan.org/pub/videolan/${BPN}/${PV}/${BP}.tar.xz \
 SRC_URI[md5sum] = "744442ec0c145453ea1d257914c8072e"
 SRC_URI[sha256sum] = "e0149ef4a20a19b9ecd87309c2d27787ee3f47dfd47c6639644bc1f6fd95bdf6"
 
-inherit autotools gettext pkgconfig features_check
+inherit autotools gettext pkgconfig features_check mime-xdg
 
 ARM_INSTRUCTION_SET = "arm"
 export BUILDCC = "${BUILD_CC}"