blob: a914f1e0ef73b637cc9b6147925dd5572e66a2b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DESCRIPTION = "X11 keyboard library"
SECTION = "libs"
PRIORITY = "optional"
#MAINTAINER = ""
LICENSE = "GPL"
DEPENDS = "libx11 libxt libxkbfile"
XORG_RELEASE = "X11R7.1"
XORG_PN = "${PN}"
include xorg-xlibs.inc
|