* updated ksmtp (21.12.1 -> 21.12.2), untested
[t2-trunk.git] / package / emulators / wine / wine.conf
blob71b58aa328b4cdf8090740977d4087dfb24f0ff6
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by scripts/Create-CopyPatch.
3
4 # T2 SDE: package/*/wine/wine.conf
5 # Copyright (C) 2004 - 2021 The T2 SDE Project
6 # Copyright (C) 1998 - 2004 ROCK Linux Project
7
8 # More information can be found in the files COPYING and README.
9
10 # This program is free software; you can redistribute it and/or modify
11 # it under the terms of the GNU General Public License as published by
12 # the Free Software Foundation; version 2 of the License. A copy of the
13 # GNU General Public License can be found in the file COPYING.
14 # --- T2-COPYRIGHT-NOTE-END ---
16 build_tools() {
17         makeinstopt=
18         mkdir -p $root$bindir/../tools
19         for d in . sfnt2fon widl winebuild winegcc wmc wrc; do
20                 eval $MAKE $makeopt -C $d
21                 local f
22                 case $d in
23                 .)      f="makedep make_xftmpl wineapploader" ;;
24                 *)      f=$d ;;
25                 esac
26                 mkdir -p $root$bindir/../tools/$d
27                 for x in $f; do
28                         install $d/$x $root$bindir/../tools/$d/
29                 done
30         done
33 if atstage toolchain; then
34         hook_add premake 5 "cd tools"
35         makeinstopt=
36         hook_add inmake 5 "build_tools"
37         #[[ $arch = *64 ]] &&
38         var_append extraconfopt ' ' '--without-x --enable-win64'
39 elif atstage cross; then
40         var_append extraconfopt ' ' '--with-wine-tools=$root/TOOLCHAIN/tools.cross'
43 if ! atstage toolchain; then
44         [[ $arch = *64 ]] && var_append extraconfopt ' ' '--enable-win64'
46         # wine does not find our X11R7 fontconfig :-(
47         var_append CPP_WRAPPER_APPEND ' ' "`pkg-config fontconfig --cflags`"
48         var_append GCC_WRAPPER_APPEND ' ' "`pkg-config fontconfig --cflags --libs-only-L`"
51 var_append makeinstopt ' ' 'UPDATE_DESKTOP_DATABASE=true'