mirror of
https://git.yoctoproject.org/poky
synced 2026-04-24 03:32:13 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@607 311d38ba-8fff-0310-9ca6-ca027cbcb966
16 lines
289 B
BlitzBasic
16 lines
289 B
BlitzBasic
LICENSE = "GPL"
|
|
PV = "0.0+cvs${SRCDATE}"
|
|
SECTION = "libs"
|
|
PRIORITY = "optional"
|
|
DEPENDS = "virtual/libx11"
|
|
DESCRIPTION = "X11 keyboard library"
|
|
|
|
SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=xkbfile"
|
|
S = "${WORKDIR}/xkbfile"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
do_stage() {
|
|
autotools_stage_all
|
|
}
|