blob: 5068faad26438c937174ecba73c89425a5306b3f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- meson.build.orig 2020-08-16 16:54:20 UTC
+++ meson.build
@@ -98,7 +98,7 @@ inc_common = [
include_directories('include'),
]
-dep_vulkan = dependency('vulkan', required: get_option('use_system_vulkan'))
+dep_inotify = dependency('libinotify')
dep_pthread = dependency('threads')
dbus_dep = dependency('dbus-1', required: get_option('with_dbus')).partial_dependency(compile_args : true, includes : true)
@@ -170,7 +170,7 @@ else
dep_rt = cc.find_library('rt')
endif
-if dep_vulkan.found()
+if true
datadir = get_option('vulkan_datadir')
if datadir == ''
datadir = get_option('datadir')
|