diff options
| -rw-r--r-- | meta-oe/recipes-graphics/fbida/fbida_2.14.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/fbida/fbida_2.14.bb b/meta-oe/recipes-graphics/fbida/fbida_2.14.bb index 29d0f64ac2..7ac302821a 100644 --- a/meta-oe/recipes-graphics/fbida/fbida_2.14.bb +++ b/meta-oe/recipes-graphics/fbida/fbida_2.14.bb | |||
| @@ -19,7 +19,10 @@ SRC_URI = "https://www.kraxel.org/releases/fbida/fbida-${PV}.tar.gz \ | |||
| 19 | " | 19 | " |
| 20 | SRC_URI[sha256sum] = "95b7c01556cb6ef9819f358b314ddfeb8a4cbe862b521a3ed62f03d163154438" | 20 | SRC_URI[sha256sum] = "95b7c01556cb6ef9819f358b314ddfeb8a4cbe862b521a3ed62f03d163154438" |
| 21 | 21 | ||
| 22 | inherit pkgconfig | 22 | inherit pkgconfig features_check |
| 23 | |||
| 24 | # Depends on libepoxy | ||
| 25 | REQUIRED_DISTRO_FEATURES = "opengl" | ||
| 23 | 26 | ||
| 24 | EXTRA_OEMAKE = "STRIP= 'srcdir=${S}' -f ${S}/GNUmakefile" | 27 | EXTRA_OEMAKE = "STRIP= 'srcdir=${S}' -f ${S}/GNUmakefile" |
| 25 | 28 | ||
