summaryrefslogtreecommitdiffstats
path: root/rules/mesalib.make
diff options
context:
space:
mode:
authorErwin Rol <erwin@erwinrol.com>2006-03-26 11:26:29 +0000
committerErwin Rol <erwin@erwinrol.com>2006-03-26 11:26:29 +0000
commite2fbbeb9ee7f5cd3da375b95cfea35832a4d6d11 (patch)
treec7de9ba3808688c173ca342467d4667f1a87412f /rules/mesalib.make
parent24e5703fb11cfb53ed10d04412fece0d1a559592 (diff)
downloadptxdist-e2fbbeb9ee7f5cd3da375b95cfea35832a4d6d11.tar.gz
ptxdist-e2fbbeb9ee7f5cd3da375b95cfea35832a4d6d11.tar.xz
install headers that are needed to compile other Xorg parts
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5270 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/mesalib.make')
-rw-r--r--rules/mesalib.make3
1 files changed, 2 insertions, 1 deletions
diff --git a/rules/mesalib.make b/rules/mesalib.make
index eaaeb7c4c..50fe36b59 100644
--- a/rules/mesalib.make
+++ b/rules/mesalib.make
@@ -94,7 +94,8 @@ mesalib_install: $(STATEDIR)/mesalib.install
$(STATEDIR)/mesalib.install: $(mesalib_install_deps_default)
@$(call targetinfo, $@)
- # we only need the source tree
+ # we need the include files
+ cp -a $(MESALIB_DIR)/include/* $(SYSROOT)/usr/include/
@$(call touch, $@)
# ----------------------------------------------------------------------------