[build] Add empty build dep for tizen appfw for local build/test
authorYongjoo Ahn <yongjoo1.ahn@samsung.com>
Thu, 20 Apr 2023 03:11:03 +0000 (12:11 +0900)
committerjaeyun-jung <39614140+jaeyun-jung@users.noreply.github.com>
Thu, 20 Apr 2023 05:45:29 +0000 (14:45 +0900)
- Add an empty build dep for tizen appfw, used by servce API

Signed-off-by: Yongjoo Ahn <yongjoo1.ahn@samsung.com>
meson.build

index f5ff61b..e8b5007 100644 (file)
@@ -37,6 +37,7 @@ if get_option('enable-ml-service')
   sqlite_dep = dependency('sqlite3')
   json_glib_dep = dependency('json-glib-1.0')
 
+  appfw_app_common_dep = dependency('', required: false)
   if get_option('enable-tizen')
     appfw_package_manager_dep = dependency('capi-appfw-package-manager')
     appfw_app_common_dep = dependency('capi-appfw-app-common')