mirror of
https://git.yoctoproject.org/poky
synced 2026-04-24 21:32:12 +02:00
12 lines
221 B
BlitzBasic
12 lines
221 B
BlitzBasic
require xorg-lib-common.inc
|
|
|
|
DESCRIPTION = "XFIXES Extension"
|
|
DEPENDS += " libxext xextproto xproto zlib"
|
|
PROVIDES = "lbxutil"
|
|
PE = "1"
|
|
PR = "r1"
|
|
|
|
SRC_URI += "file://mkg3states.patch;patch=1"
|
|
|
|
export CC_FOR_BUILD = "gcc"
|