Migrate to Meson build system

This commit is contained in:
A person
2024-06-10 22:38:19 -04:00
committed by dec05eba
parent e43934e2d2
commit dfa7dc6659
7 changed files with 76 additions and 82 deletions

View File

@@ -1,9 +1,10 @@
#!/bin/sh
#!/bin/sh -e
script_dir=$(dirname "$0")
cd "$script_dir"
[ $(id -u) -ne 0 ] && echo "You need root privileges to run the uninstall script" && exit 1
rm -f "/usr/bin/gsr-kms-server"
rm -f "/usr/bin/gpu-screen-recorder"
rm -f "/usr/lib/systemd/user/gpu-screen-recorder.service"
ninja -C build uninstall
echo "Successfully uninstalled gpu-screen-recorder"
echo "Successfully uninstalled gpu-screen-recorder"