mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 18:32:20 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2091 311d38ba-8fff-0310-9ca6-ca027cbcb966
13 lines
216 B
BlitzBasic
13 lines
216 B
BlitzBasic
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
|