Browse Source

glfw: add features_check to inherit

Without this REQUIRED_DISTRO_FEATURES is a noop

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
05ce3eba10
1 changed files with 1 additions and 1 deletions
  1. 1 1
      meta-oe/recipes-core/glfw/glfw_3.3.bb

+ 1 - 1
meta-oe/recipes-core/glfw/glfw_3.3.bb

@@ -8,7 +8,7 @@ LICENSE  = "Zlib"
 LIC_FILES_CHKSUM = "file://LICENSE.md;md5=98d93d1ddc537f9b9ea6def64e046b5f"
 SECTION = "lib"
 
-inherit pkgconfig cmake
+inherit pkgconfig cmake features_check
 
 S = "${WORKDIR}/git"
 SRC_URI = "git://github.com/glfw/glfw.git"