10 Star 0 Fork 4

openEuler/ft_surface

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
ft_surface_wrapper.spec 894 Bytes
一键复制 编辑 原始数据 按行查看 历史
ShaoboFeng 提交于 2023-09-19 17:07 . fangtian surface wrapper
Name: ft_surface_wrapper
Version: 1.0.0
Release: 1%{?dist}
Summary: fangtian engine surface wrapper for mesa
License: Apache-2.0
URL: https://gitee.com/ShaoboFeng/ft_surface_wrapper
Source0: %{name}-%{version}.tar.gz
Requires: cmake
%prep
%setup -q
%build
mkdir build && cd build
%{cmake3} ..
%make_build
%install
cd build
%make_install
%files
%{_libdir}/lib%{name}.so*
%{_libdir}/pkgconfig/ft_surface_wrapper.pc
%dir %{_includedir}/ftsurface
%{_includedir}/ftsurface/buffer_handle.h
%{_includedir}/ftsurface/display_type.h
%{_includedir}/ftsurface/external_window.h
%{_includedir}/ftsurface/native_window_wrapper.h
%{_includedir}/ftsurface/window.h
%description
ft_surface_wrapper is wrapper for fangtian surface module in ft_engine. this lib is used for build mesa with ohos platform.
%changelog
* Tue Jul 11 2023 fengshaobo - 1.0.0
- first version for ft_surface_wrapper
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openeuler/ft_surface.git
git@gitee.com:openeuler/ft_surface.git
openeuler
ft_surface
ft_surface
master

搜索帮助