1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/transmission/transmission.conf
3 # Copyright (C) 2022 - 2023 The T2 SDE Project
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
8 # This program is free software; you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License version 2.
10 # --- T2-COPYRIGHT-NOTE-END ---
12 var_append cmakeopt ' ' "-DENABLE_CLI=ON \
15 -DWITH_CRYPTO=openssl \
17 -DUSE_SYSTEM_DEFLATE=ON \
19 -DRUN_CLANG_TIDY=OFF \
21 -DUSE_SYSTEM_MINIUPNPC=ON \
22 -DUSE_SYSTEM_DEFLATE=ON \
23 -DUSE_SYSTEM_EVENT2=ON \
24 -DUSE_SYSTEM_NATPMP=OFF"
26 pkginstalled qt && var_append cmakeopt ' ' '-DENABLE_QT=ON'
27 pkginstalled gtk && var_append cmakeopt ' ' '-DENABLE_GTK=ON'
28 pkginstalled systemd || var_append confopt ' ' '-DWITH_SYSTEMD=OFF'