blob: e033e3b417b8ce37c5e6a695b8e751552eb4762f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
require xf86-video-vmware.inc
PRIORITY = "9"
inherit native
S = "${WORKDIR}/git"
LIC_FILES_CHKSUM ??= "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
SRC_URI += "git://review.tizen.org/platform/upstream/xf86-video-vmware;protocol=ssh;tag=d34273930aa34263bd1e3ff4deedd8514171f2b9"
require xf86-video-vmware-native-extraconf.inc
|