diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2015-01-28 15:50:13 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-02-12 19:33:24 +0100 |
| commit | 37a841321dca1314c9844d8d4665b5ff1e28a40f (patch) | |
| tree | fa18605b97edc9ae7517f0e06489e88e661f5b1e /meta-oe/recipes-extended/gnuplot | |
| parent | 20a624928c030fa13d8b7d45b4f4d7e1ac624f60 (diff) | |
| download | meta-openembedded-37a841321dca1314c9844d8d4665b5ff1e28a40f.tar.gz | |
recipes: add x11 to required DISTRO_FEATURES
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/gnuplot')
| -rw-r--r-- | meta-oe/recipes-extended/gnuplot/gnuplot.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/gnuplot/gnuplot.inc b/meta-oe/recipes-extended/gnuplot/gnuplot.inc index 6c27e6d8ab..69bc74b047 100644 --- a/meta-oe/recipes-extended/gnuplot/gnuplot.inc +++ b/meta-oe/recipes-extended/gnuplot/gnuplot.inc | |||
| @@ -6,7 +6,9 @@ LICENSE = "gnuplot" | |||
| 6 | LIC_FILES_CHKSUM = "file://Copyright;md5=243a186fc2fd3b992125d60d5b1bab8f" | 6 | LIC_FILES_CHKSUM = "file://Copyright;md5=243a186fc2fd3b992125d60d5b1bab8f" |
| 7 | DEPENDS = "virtual/libx11 gd readline" | 7 | DEPENDS = "virtual/libx11 gd readline" |
| 8 | 8 | ||
| 9 | inherit autotools | 9 | inherit autotools distro_features_check |
| 10 | # depends on virtual/libx11 | ||
| 11 | REQUIRED_DISTRO_FEATURES = "x11" | ||
| 10 | 12 | ||
| 11 | acpaths = "" | 13 | acpaths = "" |
| 12 | 14 | ||
