summaryrefslogtreecommitdiffstats
path: root/rules/mesalib.make
diff options
context:
space:
mode:
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, $@)
# ----------------------------------------------------------------------------