diff options
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}" |
