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-graphics/numlockx | |
| 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-graphics/numlockx')
| -rw-r--r-- | meta-oe/recipes-graphics/numlockx/numlockx_1.2.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/numlockx/numlockx_1.2.bb b/meta-oe/recipes-graphics/numlockx/numlockx_1.2.bb index 47ec504478..08d7f5b52a 100644 --- a/meta-oe/recipes-graphics/numlockx/numlockx_1.2.bb +++ b/meta-oe/recipes-graphics/numlockx/numlockx_1.2.bb | |||
| @@ -10,7 +10,9 @@ SRC_URI = "http://pkgs.fedoraproject.org/repo/pkgs/numlockx/numlockx-${PV}.tar.g | |||
| 10 | SRC_URI[md5sum] = "be9109370447eae23f6f3f8527bb1a67" | 10 | SRC_URI[md5sum] = "be9109370447eae23f6f3f8527bb1a67" |
| 11 | SRC_URI[sha256sum] = "e468eb9121c94c9089dc6a287eeb347e900ce04a14be37da29d7696cbce772e4" | 11 | SRC_URI[sha256sum] = "e468eb9121c94c9089dc6a287eeb347e900ce04a14be37da29d7696cbce772e4" |
| 12 | 12 | ||
| 13 | inherit autotools | 13 | inherit autotools distro_features_check |
| 14 | # depends on virtual/libx11 | ||
| 15 | REQUIRED_DISTRO_FEATURES = "x11" | ||
| 14 | 16 | ||
| 15 | EXTRA_OECONF = "--x-includes=${STAGING_INCDIR} \ | 17 | EXTRA_OECONF = "--x-includes=${STAGING_INCDIR} \ |
| 16 | --x-libraries=${STAGING_LIBDIR}" | 18 | --x-libraries=${STAGING_LIBDIR}" |
