build: remove stale meson parts for wintoast
This commit is contained in:
committed by
Chris Rizzitello
parent
7c74b90620
commit
f7ca548ee2
@ -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')
|
||||
|
||||
@ -1,5 +0,0 @@
|
||||
project('wintoast', 'cpp', version : '1.3.0')
|
||||
|
||||
wintoast_dep = declare_dependency(
|
||||
include_directories : include_directories('.')
|
||||
)
|
||||
@ -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
|
||||
Reference in New Issue
Block a user