# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: package/*/weston/weston.conf # Copyright (C) 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 --- # Check for dependencies present on target system pkginstalled libwebp || var_append mesonopt ' ' '-Dimage-webp=false' pkginstalled systemd || var_append mesonopt ' ' '-Dsystemd=false' pkginstalled seatd || var_append mesonopt ' ' '-Dlauncher-libseat=false' pkginstalled pipewire || var_append mesonopt ' ' '-Dbackend-pipewire=false -Dpipewire=false' pkginstalled neatvnc || var_append mesonopt ' ' '-Dbackend-vnc=false' pkginstalled freerdp || var_append mesonopt ' ' '-Dbackend-rdp=false' # Disable wrap fallback to prevent installing other unwanted # dependencies in the future (should they be added) var_append mesonopt ' ' '--wrap-mode=nofallback'