diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-10-18 21:35:21 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2006-10-18 21:35:21 +0000 |
commit | 6a9bafc4b388310af2ec0d244df8cd52252e6f61 (patch) | |
tree | e2e4b0e494747cb066a95202bd794f344948d27c /packages/xorg-lib/xorg-headers-native.bb | |
parent | 25d3409c8a89bb4241fe0837bb40da6d5c77fea7 (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.bb | 9 |
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} +} + |