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-support/links | |
| 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-support/links')
| -rw-r--r-- | meta-oe/recipes-support/links/links-x11_2.7.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/links/links-x11_2.7.bb b/meta-oe/recipes-support/links/links-x11_2.7.bb index 87666534e5..2ae11ac97e 100644 --- a/meta-oe/recipes-support/links/links-x11_2.7.bb +++ b/meta-oe/recipes-support/links/links-x11_2.7.bb | |||
| @@ -3,6 +3,10 @@ require links.inc | |||
| 3 | DEPENDS += "virtual/libx11" | 3 | DEPENDS += "virtual/libx11" |
| 4 | RCONFLICTS_${PN} = "links" | 4 | RCONFLICTS_${PN} = "links" |
| 5 | 5 | ||
| 6 | inherit distro_features_check | ||
| 7 | # depends on virtual/libx11 | ||
| 8 | REQUIRED_DISTRO_FEATURES = "x11" | ||
| 9 | |||
| 6 | SRC_URI += " file://links2.desktop \ | 10 | SRC_URI += " file://links2.desktop \ |
| 7 | http://www.xora.org.uk/oe/links2.png;name=icon" | 11 | http://www.xora.org.uk/oe/links2.png;name=icon" |
| 8 | 12 | ||
