summaryrefslogtreecommitdiff
path: root/sdk/recipes
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2010-12-29 20:44:01 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2010-12-29 20:44:01 +0000
commit9f4c2abcc8655cabe263bef38f6323ebd8b7cc32 (patch)
tree511929be00989ec1be8fee968c5af4ff51af875a /sdk/recipes
parentcc88c5624229c1da1e392eb5d9170d617d9a8eae (diff)
downloadtoolchains-9f4c2abcc8655cabe263bef38f6323ebd8b7cc32.tar.gz
toolchains-9f4c2abcc8655cabe263bef38f6323ebd8b7cc32.tar.bz2
Add libtre to the SDK.
Also install a regex.h compatibility header so it gets used svn path=/toolchains/; revision=11145
Diffstat (limited to 'sdk/recipes')
-rw-r--r--sdk/recipes/files/libtre/regex.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/sdk/recipes/files/libtre/regex.h b/sdk/recipes/files/libtre/regex.h
new file mode 100644
index 0000000..961651e
--- /dev/null
+++ b/sdk/recipes/files/libtre/regex.h
@@ -0,0 +1,8 @@
+#ifndef _REGEX_H
+#define _REGEX_H
+
+/* Compatibility header */
+
+#include <tre/regex.h>
+
+#endif