aboutsummaryrefslogtreecommitdiff
path: root/config/glib.conf
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2013-08-28 15:51:26 -0600
committerRob Savoye <rob.savoye@linaro.org>2013-08-28 15:51:26 -0600
commit4239b6135bee945981c1d5c4745fae136f45b65f (patch)
tree02cb5014a702f261444e76a7e9b36127b3bb794b /config/glib.conf
parentbd4cd4d54ce9b90c147adda5a9d64d4877a0fc9e (diff)
glib config file
Diffstat (limited to 'config/glib.conf')
-rw-r--r--config/glib.conf27
1 files changed, 27 insertions, 0 deletions
diff --git a/config/glib.conf b/config/glib.conf
new file mode 100644
index 00000000..62d81e05
--- /dev/null
+++ b/config/glib.conf
@@ -0,0 +1,27 @@
+# This is a list of other components need to build this component
+depends=""
+
+# This is the latest version of this toolchain component
+latest="2.36.4"
+
+# This is a file that gets installed that is used to determine if the toolchain
+# component is already installed.
+installs="libglib."
+
+# This is a list of default flags always supplied to configure
+default_configure_flags="--disable-modular-tests --disable-dependency-tracking --cache-file=/tmp/glib.cache"
+
+# If yes, only static linking will be used
+static_link=yes
+
+# Glib needs a subset of the total config options to be set for the tests
+# that can't be cross configured. This file gets produced when this config
+# file is sourced.
+if test ! -e /tmp/glib.cache; then
+ cat <<EOF > /tmp/glib.cache
+ glib_cv_stack_grows=no
+ glib_cv_uscore=yes
+ ac_cv_func_posix_getpwuid_r=yes
+ ac_cv_func_posix_getgrgid_r=yes
+EOF
+fi