@makano/rew 1.2.12 → 1.2.31

Sign up to get free protection for your applications and to get access to all the features.
package/meson.build DELETED
@@ -1,13 +0,0 @@
1
- project('rew', 'cpp',
2
- version : '0.1',
3
- default_options : ['warning_level=3', 'cpp_std=c++14'])
4
-
5
- gtk3 = dependency('gtk+-3.0', method : 'pkg-config')
6
- webkit2gtk = dependency('webkit2gtk-4.0', method : 'pkg-config')
7
- libwebsockets = dependency('libwebsockets', method : 'pkg-config')
8
- jsoncpp = dependency('jsoncpp', method : 'pkg-config')
9
-
10
- executable('ui',
11
- 'cpp/ui.cpp',
12
- install : true,
13
- dependencies : [gtk3, webkit2gtk, libwebsockets, jsoncpp])