* updated ktuberling (21.12.1 -> 21.12.2), untested
[t2-trunk.git] / package / gnome / evolution-data-server / evolution-data-server.conf
blob232060e84118848c29d9217e36819f7b0c0a4451
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by scripts/Create-CopyPatch.
3
4 # T2 SDE: package/.../evolution-data-server/evolution-data-server.conf
5 # Copyright (C) 2004 - 2020 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 . $base/package/*/*/evolution-conf.in
17 var_append cmakeopt ' ' "-DLIB_INSTALL_DIR=$libdir"
18 var_append cmakeopt ' ' "-DWITH_KRB5=OFF -DENABLE_OAUTH2=OFF"
19 var_append cmakeopt ' ' '-DENABLE_GOOGLE=OFF -DENABLE_GOA=OFF'
21 var_append GCC_WRAPPER_APPEND ' ' "`pkg-config x11 --cflags --libs`"
23 if pkginstalled orbit2; then
24         pkgprefix -t orbit2
25         var_append confopt ' ' "--with-orbit-prefix=/$( pkgprefix orbit2 )"
28 if pkginstalled openldap; then
29         pkgprefix -t openldap
30         var_append confopt ' ' "--with-openldap-prefix=/$( pkgprefix openldap )"
31         var_append GCC_WRAPPER_APPEND ' ' "-I`pkgprefix includedir openldap`"
32         var_append GCC_WRAPPER_APPEND ' ' "-L`pkgprefix libdir openldap`"