# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: package/*/transmission/transmission.conf # Copyright (C) 2022 - 2023 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 --- var_append cmakeopt ' ' "-DENABLE_CLI=ON \ -DENABLE_NLS=ON \ -DENABLE_WEB=OFF \ -DWITH_CRYPTO=openssl \ -DENABLE_TESTS=OFF \ -DUSE_SYSTEM_DEFLATE=ON \ -DINSTALL_LIB=ON \ -DRUN_CLANG_TIDY=OFF \ -DWITH_INOTIFY=ON \ -DUSE_SYSTEM_MINIUPNPC=ON \ -DUSE_SYSTEM_DEFLATE=ON \ -DUSE_SYSTEM_EVENT2=ON \ -DUSE_SYSTEM_NATPMP=OFF" pkginstalled qt && var_append cmakeopt ' ' '-DENABLE_QT=ON' pkginstalled gtk && var_append cmakeopt ' ' '-DENABLE_GTK=ON' pkginstalled systemd || var_append confopt ' ' '-DWITH_SYSTEMD=OFF'