change ft_surface_wrapper name to ft_surface
Signed-off-by: yanansong <songyanan5@huawei.com>
This commit is contained in:
parent
3b9b5019af
commit
b4ce583a95
@ -63,7 +63,7 @@ index bd54e78..9a762fc 100644
|
|||||||
+if with_platform_ohos
|
+if with_platform_ohos
|
||||||
+ pre_args += '-DHAVE_OHOS_PLATFORM'
|
+ pre_args += '-DHAVE_OHOS_PLATFORM'
|
||||||
+ dep_ohos = [
|
+ dep_ohos = [
|
||||||
+ dependency('ft_surface_wrapper'),
|
+ dependency('ft_surface'),
|
||||||
+ ]
|
+ ]
|
||||||
+endif
|
+endif
|
||||||
prog_python = import('python').find_installation('python3')
|
prog_python = import('python').find_installation('python3')
|
||||||
|
|||||||
@ -121,7 +121,7 @@ BuildRequires: llvm-toolset-7-runtime
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?with_ft}
|
%if 0%{?with_ft}
|
||||||
BuildRequires: ft_surface_wrapper-devel
|
BuildRequires: ft_surface-devel
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -304,7 +304,7 @@ Requires: %{name}-vulkan-drivers%{?_isa} = %{?epoch:%{epoch}:}%{version}-%
|
|||||||
Requires: vulkan-devel
|
Requires: vulkan-devel
|
||||||
|
|
||||||
%if 0%{?with_ft}
|
%if 0%{?with_ft}
|
||||||
Requires: ft_surface_wrappe
|
Requires: ft_surface
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description vulkan-devel
|
%description vulkan-devel
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user