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