diff options
author | Armin Kuster <akuster808@gmail.com> | 2019-03-25 19:19:34 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-03-26 09:43:57 -0700 |
commit | a61246124dc225e7ae91ecc9958c42f315043740 (patch) | |
tree | ed76dd7ed07c0f9cad57a4080dfee3cc57132dd8 /meta-oe/recipes-graphics/libforms | |
parent | 640a29d49fa84a03e9d78d07741376d26a97ef4e (diff) | |
download | meta-openembedded-a61246124dc225e7ae91ecc9958c42f315043740.tar.gz |
libforms: has a depends on mesa so add DISTRO_CHECK
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/libforms')
-rw-r--r-- | meta-oe/recipes-graphics/libforms/libforms_1.2.3.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/libforms/libforms_1.2.3.bb b/meta-oe/recipes-graphics/libforms/libforms_1.2.3.bb index 8a214d1c8..f86d7c16b 100644 --- a/meta-oe/recipes-graphics/libforms/libforms_1.2.3.bb +++ b/meta-oe/recipes-graphics/libforms/libforms_1.2.3.bb | |||
@@ -14,7 +14,9 @@ SRC_URI = "http://download.savannah.nongnu.org/releases/xforms/xforms-${PV}.tar. | |||
14 | SRC_URI[md5sum] = "235720a758a8b8d9e6e452dc67190e9b" | 14 | SRC_URI[md5sum] = "235720a758a8b8d9e6e452dc67190e9b" |
15 | SRC_URI[sha256sum] = "7989b39598c769820ad451ad91e5cb0de29946940c8240aac94ca8238c2def61" | 15 | SRC_URI[sha256sum] = "7989b39598c769820ad451ad91e5cb0de29946940c8240aac94ca8238c2def61" |
16 | 16 | ||
17 | inherit autotools | 17 | inherit autotools distro_features_check |
18 | |||
19 | REQUIRED_DISTRO_FEATURES = "opengl" | ||
18 | 20 | ||
19 | S = "${WORKDIR}/xforms-${PV}" | 21 | S = "${WORKDIR}/xforms-${PV}" |
20 | 22 | ||