blob: 3afa2d8bd85ad88901a4c1bc188e26cf8bf3cdae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
require xorg-lib-common.inc
SECTION = "x11/libs"
PRIORITY = "optional"
LICENSE = "BSD-X"
DEPENDS = "util-macros-native"
PE = "1"
XORG_PN = "xtrans"
S = "${WORKDIR}/xtrans-${PV}"
inherit native autotools pkgconfig
|