diff options
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-support/toscoterm/toscoterm_git.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/toscoterm/toscoterm_git.bb b/meta-oe/recipes-support/toscoterm/toscoterm_git.bb index aa031fef87..879b67b7f5 100644 --- a/meta-oe/recipes-support/toscoterm/toscoterm_git.bb +++ b/meta-oe/recipes-support/toscoterm/toscoterm_git.bb | |||
| @@ -11,7 +11,9 @@ SRC_URI = "git://github.com/OSSystems/toscoterm.git" | |||
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
| 13 | 13 | ||
| 14 | inherit gitpkgv pkgconfig | 14 | inherit distro_features_check gitpkgv pkgconfig |
| 15 | |||
| 16 | REQUIRED_DISTRO_FEATURES = "x11" | ||
| 15 | 17 | ||
| 16 | do_compile() { | 18 | do_compile() { |
| 17 | oe_runmake \ | 19 | oe_runmake \ |
