The name of capi-nnstreamer and its pc file is changed to
capi-ml-inference. To build without any errors, this patch updates its
related information.
Change-Id: I037cc1151461fbaacfd87fcf2175e32b65dd337e
Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
%if "%{?tizen_feature_ml_support}" == "1" || "%{?unified_build}" == "1"
BuildRequires: pkgconfig(nnstreamer)
-BuildRequires: pkgconfig(capi-nnstreamer)
+BuildRequires: pkgconfig(capi-ml-inference)
%endif
%if "%{?tizen_feature_badge_support}" == "1" || "%{?unified_build}" == "1"
'variables': {
'packages': [
'nnstreamer',
- 'capi-nnstreamer',
+ 'capi-ml-inference',
]
},
}],
],
},
],
-}
\ No newline at end of file
+}
'packages': [
'capi-base-common',
'nnstreamer',
- 'capi-nnstreamer',
+ 'capi-ml-inference',
],
},
}],
],
},
],
-}
\ No newline at end of file
+}