[YOCTO #3438]
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
LICENSE = "MIT-X"
PE = "2"
-INC_PR = "r20"
+INC_PR = "r21"
DEPENDS = "virtual/xserver xproto randrproto util-macros"
}
output = os.popen("pkg-config xorg-server --variable=%s" % abis[name]).read()
- abi = "xorg-abi-%s-%s" % (name, output.split(".")[0])
+ mlprefix = d.getVar('MLPREFIX', True) or ''
+ abi = "%sxorg-abi-%s-%s" % (mlprefix, name, output.split(".")[0])
pn = d.getVar("PN", True)
d.appendVar('RDEPENDS_' + pn, ' ' + abi)