blob: 4ffdb3eabf073251bd93027441ad736b73b2ec71 (
plain)
1
2
3
4
5
6
7
8
9
10
|
DESCRIPTION = "Utility library to make using XKB easier"
SECTION = "x11/libs"
PRIORITY = "optional"
DEPENDS = "iso-codes libxml2 glib-2.0 libxkbfile"
LICENSE = "LGPL"
SRC_URI = "http://www.mirrorservice.org/sites/ftp.sourceforge.net/pub/sourceforge/g/gs/gswitchit/libxklavier-${PV}.tar.gz \
file://remove-include-dir.patch;patch=1"
inherit autotools
|