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