# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: package/*/evolution-data-server/evolution-data-server.conf # Copyright (C) 2004 - 2022 The T2 SDE Project # # This Copyright note is generated by scripts/Create-CopyPatch, # 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 version 2. # --- T2-COPYRIGHT-NOTE-END --- . $base/package/*/*/evolution-conf.in var_append cmakeopt ' ' "-DLIB_INSTALL_DIR=$libdir" var_append cmakeopt ' ' "-DWITH_KRB5=OFF -DENABLE_OAUTH2=OFF" var_append cmakeopt ' ' '-DENABLE_GOOGLE=OFF -DENABLE_GOA=OFF' var_append GCC_WRAPPER_APPEND ' ' "`pkg-config x11 --cflags --libs`" pkginstalled webkitgtk || var_append cmakeopt ' ' '-DENABLE_OAUTH2_WEBKITGTK=OFF -DENABLE_OAUTH2_WEBKITGTK4=OFF' pkginstalled gnome-weather || var_append cmakeopt ' ' '-DENABLE_WEATHER=OFF' if pkginstalled openldap; then pkgprefix -t openldap var_append GCC_WRAPPER_APPEND ' ' "-I`pkgprefix includedir openldap`" var_append GCC_WRAPPER_APPEND ' ' "-L`pkgprefix libdir openldap`" else var_append cmakeopt ' ' '-DWITH_OPENLDAP=OFF' fi