diff --git a/ohos/pkgconfig_template/libpng.pc b/ohos/pkgconfig_template/libpng.pc index 7103a4332c8185f62bbb7453854cf28e79916b5a..53fcd73b026fc60d7d7dbf55672e7fc8abacf641 100644 --- a/ohos/pkgconfig_template/libpng.pc +++ b/ohos/pkgconfig_template/libpng.pc @@ -1,5 +1,5 @@ ohos_project_dir=ohos_project_directory_stub -libdir=${ohos_project_dir}/out//ohos-arm-release/common/graphic_standard/ +libdir=${ohos_project_dir}/out//ohos-arm-release/common/graphic_2d/ includedir=${ohos_project_dir}/third_party/libpng Name: png diff --git a/ohos/pkgconfig_template/libsurface.pc b/ohos/pkgconfig_template/libsurface.pc index d7616bf15307f353d53a37bd86d44c1d9824a064..0705d7264b2c08a0d0610c767a581e0d3a2bd2c3 100644 --- a/ohos/pkgconfig_template/libsurface.pc +++ b/ohos/pkgconfig_template/libsurface.pc @@ -1,5 +1,5 @@ ohos_project_dir=ohos_project_directory_stub -libdir=${ohos_project_dir}/out/ohos-arm-release/graphic/graphic_standard/ +libdir=${ohos_project_dir}/out/ohos-arm-release/graphic/graphic_2d/ includedir=${ohos_project_dir}/out/ohos-arm-release/innerkits/ohos-arm/graphic_chipsetsdk/surface/include/ Name: libsurface diff --git a/ohos/pkgconfig_template/wayland-client.pc b/ohos/pkgconfig_template/wayland-client.pc index 6752ff87ca1d0920ef803d95a0adb823abd8c7be..8599c8bc094415ba700e80dac00ebc66f032a5bd 100644 --- a/ohos/pkgconfig_template/wayland-client.pc +++ b/ohos/pkgconfig_template/wayland-client.pc @@ -1,7 +1,7 @@ prefix=ohos_project_directory_stub datarootdir=${prefix}/share pkgdatadir=${datarootdir}/wayland -libdir=${prefix}/out/ohos-arm-release/graphic/graphic_standard +libdir=${prefix}/out/ohos-arm-release/graphic/graphic_2d includedir=${prefix}/third_party/wayland_standard/src Name: Wayland Client diff --git a/ohos/pkgconfig_template/wayland-egl.pc b/ohos/pkgconfig_template/wayland-egl.pc index 7b8188fd4ff5adaca17bd51425098b922d876f88..621c6d55cf3ccaf1b826c430574814a72b071d15 100644 --- a/ohos/pkgconfig_template/wayland-egl.pc +++ b/ohos/pkgconfig_template/wayland-egl.pc @@ -1,6 +1,6 @@ prefix=ohos_project_directory_stub exec_prefix=${prefix} -libdir=${prefix}/out/ohos-arm-release/graphic/graphic_standard/ +libdir=${prefix}/out/ohos-arm-release/graphic/graphic_2d/ includedir=${prefix}/third_party/wayland_standard/egl Name: wayland-egl diff --git a/ohos/pkgconfig_template/wayland-scanner.pc b/ohos/pkgconfig_template/wayland-scanner.pc index 483d28d71de2f2be4cde1eca392cf00709a9ac00..d8d51f0022610686ee6c95cb318100a93a431f30 100644 --- a/ohos/pkgconfig_template/wayland-scanner.pc +++ b/ohos/pkgconfig_template/wayland-scanner.pc @@ -2,7 +2,7 @@ prefix=ohos_project_directory_stub exec_prefix=${prefix} datarootdir=${prefix}/share pkgdatadir=${datarootdir}/wayland -wayland_scanner=${prefix}/out/ohos-arm-release/clang_x64/graphic/graphic_standard/wayland_scanner +wayland_scanner=${prefix}/out/ohos-arm-release/clang_x64/graphic/graphic_2d/wayland_scanner Name: Wayland Scanner Description: Wayland scanner diff --git a/ohos/pkgconfig_template/wayland-server.pc b/ohos/pkgconfig_template/wayland-server.pc index baa53fb356935faa4e8dedd9ff162f7547621104..38d2a26db02d7a46833428297aaa1e94ecd78e19 100644 --- a/ohos/pkgconfig_template/wayland-server.pc +++ b/ohos/pkgconfig_template/wayland-server.pc @@ -2,7 +2,7 @@ prefix=ohos_project_directory_stub exec_prefix=${prefix} datarootdir=${prefix}/share pkgdatadir=${datarootdir}/wayland -libdir=${prefix}/out/ohos-arm-release/graphic/graphic_standard +libdir=${prefix}/out/ohos-arm-release/graphic/graphic_2d includedir=${prefix}/third_party/wayland_standard/src Name: Wayland Server