Files
poky/meta-demoapps/recipes-graphics/xorg-lib/liblbxutil_1.1.0.bb
Saul Wold cfe12efb5e Meta: Recipe Reogranization
This is the next stage of recipe reorganization, in this stage
many recipes where moved to a new meta-demoapps layer since this
is more appropriate for demo usage then the core. Additional some
recipes were moved to meta-extras to indicate they may be depercated
at a future time.

A number of recipes were modified since dependencies need to be
corrected.

Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-11-22 13:57:13 +00:00

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"