diff options
author | Armin Kuster <akuster808@gmail.com> | 2019-03-25 19:19:33 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-03-26 09:43:57 -0700 |
commit | 640a29d49fa84a03e9d78d07741376d26a97ef4e (patch) | |
tree | 0a6e4f6e33208e3c521c30a65a866218681843e8 /meta-oe | |
parent | b19957052e09786df89a96befd2270a44b4f5670 (diff) | |
download | meta-openembedded-640a29d49fa84a03e9d78d07741376d26a97ef4e.tar.gz |
ftgl: package requires openql 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')
-rw-r--r-- | meta-oe/recipes-graphics/ftgl/ftgl_2.1.3-rc5.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/ftgl/ftgl_2.1.3-rc5.bb b/meta-oe/recipes-graphics/ftgl/ftgl_2.1.3-rc5.bb index b2911595cc..c5eaf425ce 100644 --- a/meta-oe/recipes-graphics/ftgl/ftgl_2.1.3-rc5.bb +++ b/meta-oe/recipes-graphics/ftgl/ftgl_2.1.3-rc5.bb | |||
@@ -3,7 +3,9 @@ HOMEPAGE = "https://sourceforge.net/projects/ftgl/" | |||
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=527a83e92c7bf363025380eec05df6e4" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=527a83e92c7bf363025380eec05df6e4" |
5 | 5 | ||
6 | inherit autotools pkgconfig | 6 | inherit autotools pkgconfig distro_features_check |
7 | |||
8 | REQUIRED_DISTRO_FEATURES = "opengl" | ||
7 | 9 | ||
8 | DEPENDS += " \ | 10 | DEPENDS += " \ |
9 | freetype \ | 11 | freetype \ |