summaryrefslogtreecommitdiff
path: root/packages/xorg-lib/xorg-headers-native.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2006-10-18 21:35:21 +0000
committerMichael Lauer <mickey@vanille-media.de>2006-10-18 21:35:21 +0000
commit6a9bafc4b388310af2ec0d244df8cd52252e6f61 (patch)
treee2e4b0e494747cb066a95202bd794f344948d27c /packages/xorg-lib/xorg-headers-native.bb
parent25d3409c8a89bb4241fe0837bb40da6d5c77fea7 (diff)
add xorg-headers-native to enable building X11 on stations without X11-devel installed
Diffstat (limited to 'packages/xorg-lib/xorg-headers-native.bb')
-rw-r--r--packages/xorg-lib/xorg-headers-native.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/xorg-lib/xorg-headers-native.bb b/packages/xorg-lib/xorg-headers-native.bb
new file mode 100644
index 0000000000..f88bcc7aee
--- /dev/null
+++ b/packages/xorg-lib/xorg-headers-native.bb
@@ -0,0 +1,9 @@
+inherit native
+
+SRC_URI = "file://X11"
+
+do_stage() {
+ install -d ${STAGING_INCDIR}
+ cp -pPfR ${WORKDIR}/X11 ${STAGING_INCDIR}
+}
+