summaryrefslogtreecommitdiff
path: root/recipes/xorg-lib/xorg-headers-native.bb
blob: ccc36432b5233f326d35e348c20e9ef15a523c27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
inherit native

PR = "r2"

SRC_URI = "file://X11"

do_install() {
	install -d ${D}${includedir}
	cp -pPfR ${WORKDIR}/X11 ${D}${includedir}
}

NATIVE_INSTALL_WORKS = "1"