* rebased llvm/hotfix-sparcv9-not-64.diff
[t2sde.git] / package / xorg / cf / cf.conf
blob7e714243e859fc9199e4e4098d4664e3081870de
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3
4 # T2 SDE: package/*/cf/cf.conf
5 # Copyright (C) 2004 - 2017 The T2 SDE Project
6
7 # More information can be found in the files COPYING and README.
8
9 # This program is free software; you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License as published by
11 # the Free Software Foundation; version 2 of the License. A copy of the
12 # GNU General Public License can be found in the file COPYING.
13 # --- T2-COPYRIGHT-NOTE-END ---
15 add_host_def() {
16         echo "$*" >> $root$libdir/X11/config/host.def
19 make_host_def() {
20         rm -f $root$libdir/X11/config/host.def
22         add_host_def "/* T2 host.def file */"
24         add_host_def "#define ProjectRoot /$prefix"
26         add_host_def ""
27         add_host_def "#define LinuxDistribution LinuxT2"
28         add_host_def "#define LinuxDistName \"T2\""
29         
30         add_host_def ""
31         add_host_def "/* Configuration options */"
33         add_host_def "#define XAppLoadDir EtcX11Directory/app-defaults"
35         if pkginstalled pam; then add_host_def "#define HasPam YES";
36         else                      add_host_def "#define HasPam NO"; fi
38         add_host_def "#define FSUseSyslog YES"
40         # FIXME needs wraphelp.c
41         # add_host_def "#define HasXdmAuth YES"
43 # NOTE: there's maybe a lot more to configure,
44 #       see lines after "#if LinuxDistribution == LinuxDebian"
45 #       in file linux.cf, e.g.:
46 #define LinkGLToUsrInclude NO
47 #define LinkGLToUsrLib NO
48 #define SharedLibFont NO
49 #define SharedLibGlu YES
50 #define NormalLibGlu YES
53 cf_custmain() {
54         mkdir -p $root$libdir/X11/config
55         cp -fv * $root$libdir/X11/config/
57         touch $root$libdir/X11/config/date.def
58         make_host_def
61 makeopt=
62 makeinstopt=
63 hook_add inmake 5 "cf_custmain"