From f7ca548ee28aa58fab5046f2f1e309b550db72f1 Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Sat, 19 Oct 2024 12:51:39 -0400 Subject: [PATCH] build: remove stale meson parts for wintoast --- meson.build | 4 ---- subprojects/packagefiles/wintoast/meson.build | 5 ----- subprojects/wintoast.wrap | 6 ------ 3 files changed, 15 deletions(-) delete mode 100644 subprojects/packagefiles/wintoast/meson.build delete mode 100644 subprojects/wintoast.wrap diff --git a/meson.build b/meson.build index 6308ead53..5b1edc7c2 100644 --- a/meson.build +++ b/meson.build @@ -5,10 +5,6 @@ project('deskflow', 'cpp') -if host_machine.system() == 'windows' - subproject('wintoast') -endif - if host_machine.system() == 'linux' system_libei = get_option('system-libei') diff --git a/subprojects/packagefiles/wintoast/meson.build b/subprojects/packagefiles/wintoast/meson.build deleted file mode 100644 index 2efe5c3dd..000000000 --- a/subprojects/packagefiles/wintoast/meson.build +++ /dev/null @@ -1,5 +0,0 @@ -project('wintoast', 'cpp', version : '1.3.0') - -wintoast_dep = declare_dependency( - include_directories : include_directories('.') -) diff --git a/subprojects/wintoast.wrap b/subprojects/wintoast.wrap deleted file mode 100644 index 90d8e03a9..000000000 --- a/subprojects/wintoast.wrap +++ /dev/null @@ -1,6 +0,0 @@ -[wrap-file] -directory = WinToast-1.3.0 -source_url = https://github.com/mohabouje/WinToast/archive/refs/tags/v1.3.0.tar.gz -source_filename = wintoast-1.3.0.tar.gz -source_hash = 998bd82fb2f49ee4b0df98774424d72c2bc18225188f251a9242af28bb80e6d4 -patch_directory = wintoast