mirror of
https://git.yoctoproject.org/poky
synced 2026-07-02 17:13:39 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@335 311d38ba-8fff-0310-9ca6-ca027cbcb966
7 lines
166 B
BlitzBasic
7 lines
166 B
BlitzBasic
SECTION = "unknown"
|
|
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/xext"
|
|
include xext_${PV}.bb
|
|
inherit native
|
|
DEPENDS = "x11-native xextensions-native"
|
|
|