File tree Expand file tree Collapse file tree 2 files changed +27
-2
lines changed
Expand file tree Collapse file tree 2 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 1515# limitations under the License.
1616
1717# call common cmake build shell
18- ./cmake-compatible.sh
18+ # ./cmake-compatible.sh
19+
20+ mkdir -p ${MR_BUILD_PREFIX} /lib/pkgconfig
21+
22+ echo "
23+ prefix=${MR_BUILD_PREFIX}
24+ includedir=\$ {prefix}/include
25+ libdir=\$ {prefix}/lib
26+
27+ Name: yuv
28+ Description: libyuv
29+ Version: ${GIT_REPO_VERSION}
30+ Libs: -L\$ {libdir} -lyuv
31+ Cflags: -I\$ {includedir}" > ${MR_BUILD_PREFIX} /lib/pkgconfig/yuv.pc
32+
1933
Original file line number Diff line number Diff line change 1515# limitations under the License.
1616
1717# call common cmake build shell
18- ./cmake-compatible.sh
18+ ./cmake-compatible.sh
19+
20+ echo "
21+ prefix=${MR_BUILD_PREFIX}
22+ includedir=\$ {prefix}/include
23+ libdir=\$ {prefix}/lib
24+
25+ Name: yuv
26+ Description: libyuv
27+ Version: ${GIT_REPO_VERSION}
28+ Libs: -L\$ {libdir} -lyuv
29+ Cflags: -I\$ {includedir}" > ${MR_BUILD_PREFIX} /lib/pkgconfig/yuv.pc
You can’t perform that action at this time.
0 commit comments