blob: da077b82ac838c17d3d76e4382b00ae31bfea858 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
DESCRIPTION = "Utility library to make using XKB easier"
SECTION = "x11/libs"
DEPENDS = "iso-codes libxml2 glib-2.0 libxkbfile"
LICENSE = "LGPL"
PR = "r2"
SRC_URI = "${SOURCEFORGE_MIRROR}/gswitchit/libxklavier-${PV}.tar.bz2 \
file://pkgconfigfix.patch;patch=1"
inherit autotools
|