# --- T2-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # T2 SDE: package/.../glib/glib.conf # Copyright (C) 2004 - 2009 The T2 SDE Project # # More information can be found in the files COPYING and README. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 2 of the License. A copy of the # GNU General Public License can be found in the file COPYING. # --- T2-COPYRIGHT-NOTE-END --- if ! atstage toolchain; then . $base/package/*/*/gnome2-conf.in NO_SANITY_CHECK xdg_pc() { cat > $root/etc/profile.d/gnome <<-EOT export XDG_CONFIG_DIRS="\$XDG_CONFIG_DIRS\${XDG_CONFIG_DIRS:+:}$sysconfdir/xdg" export XDG_DATA_DIRS="\$XDG_DATA_DIRS\${XDG_DATA_DIRS:+:}$datadir" EOT } hook_add postmake 5 "xdg_pc" fi if atstage cross; then # help configure hook_add preconf 5 "echo 'glib_cv_stack_grows=yes glib_cv_uscore=no glib_cv_monotonic_clock=yes ac_cv_func_posix_getgrgid_r=yes ac_cv_func_posix_getpwuid_r=yes' >> config.cache" fi