mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
numlockx: add 1.2
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
f45774e2b0
commit
ed5dc598cf
21
meta-oe/recipes-graphics/numlockx/numlockx_1.2.bb
Normal file
21
meta-oe/recipes-graphics/numlockx/numlockx_1.2.bb
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
DESCRIPTION = "Enable NumLock in X11 sessions"
|
||||
HOMEPAGE = "http://home.kde.org/~seli/numlockx/"
|
||||
SECTION = "x11/apps"
|
||||
LICENSE = "MIT-X"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=dcb1cc75e21540a4a66b54e38d95b047"
|
||||
DEPENDS = "imake-native virtual/libx11 libxtst"
|
||||
|
||||
SRC_URI = "http://home.kde.org/~seli/numlockx/numlockx-${PV}.tar.gz"
|
||||
|
||||
SRC_URI[md5sum] = "be9109370447eae23f6f3f8527bb1a67"
|
||||
SRC_URI[sha256sum] = "e468eb9121c94c9089dc6a287eeb347e900ce04a14be37da29d7696cbce772e4"
|
||||
|
||||
inherit autotools
|
||||
|
||||
EXTRA_OECONF = "--x-includes=${STAGING_INCDIR} \
|
||||
--x-libraries=${STAGING_LIBDIR}"
|
||||
|
||||
do_configure_prepend() {
|
||||
# remove this from acinclude.m4 or build fails
|
||||
sed -i '/_AC_PATH_X_XMKMF/d' ${S}/acinclude.m4
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user