aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-lib/xorg-headers-native.bb
blob: ce90fc02cdbaa50c147aaf7959a9a1127b31b0d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
LICENSE = "MIT"

PR = "r2"

SRC_URI = "file://X11"

inherit native

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

NATIVE_INSTALL_WORKS = "1"