rlottie: make dependancy to dl library optional for windows build
authorsub.mohanty@samsung.com <smohantty@gmail.com>
Sat, 29 Jun 2019 08:47:16 +0000 (17:47 +0900)
committerHermet Park <hermetpark@gmail.com>
Wed, 10 Jul 2019 01:56:01 +0000 (10:56 +0900)
src/vector/meson.build

index ed8b471eedd90932e65527f1b45cde50f619c7e8..78e1101c3f84e3d16ca5042b3170c7bbe5ae7d1c 100644 (file)
@@ -29,7 +29,7 @@ source_file  += files('vimageloader.cpp')
 
 # dl dependancy for dlopen, dlsym, dlclose symbol
 cc = meson.get_compiler('cpp')
-vector_dep += cc.find_library('dl', required : true)
+vector_dep += cc.find_library('dl', required : false)
 
 vector_dep += declare_dependency( include_directories : include_directories('.'),
                                   sources             : source_file