# mesa3d适配 **Repository Path**: OpenHarmony_rk_equipment_transplantation/mesa3d-adaptation ## Basic Information - **Project Name**: mesa3d适配 - **Description**: mesa3d适配 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: 4.0r_arm64 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-21 - **Last Updated**: 2025-09-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 3568 4.0 mesa3d 点屏代码 从版本分支获取源码。可获取该版本分支的最新源码,包括版本发布后在该分支的合入。 ``` repo init -u https://gitee.com/openharmony/manifest -b OpenHarmony-4.0-Release --no-repo-verify repo sync -c repo forall -c 'git lfs pull' 再打入补丁,再编 mesa3d gpu点屏的代码 git clone -b 4.0r_arm64 https://gitee.com/OpenHarmony_rk_equipment_transplantation/mesa3d-adaptation.git chmod 777 mesa3d-adaptation/patch.sh ./mesa3d-adaptation/patch.sh rm -rf out && sh build.sh --product-name rk3568 --ccache ```