From c1ae46ec8403a538bc305e694ce0d5a19cc90d12 Mon Sep 17 00:00:00 2001 From: lixiteng Date: Fri, 13 Sep 2024 17:38:28 +0800 Subject: [PATCH] =?UTF-8?q?pkg-config=20=E5=BC=95=E7=94=A8=E5=BA=93?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=E4=BF=AE=E6=94=B9=E9=9C=80=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lixiteng --- ohos/pkgconfig_template/expat.pc | 2 +- ohos/pkgconfig_template/libhilog.pc | 2 +- ohos/pkgconfig_template/libsurface.pc | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ohos/pkgconfig_template/expat.pc b/ohos/pkgconfig_template/expat.pc index 9d5e46e32e9..afb95404ba0 100644 --- a/ohos/pkgconfig_template/expat.pc +++ b/ohos/pkgconfig_template/expat.pc @@ -1,6 +1,6 @@ ohos_project_dir=ohos_project_directory_stub libdir=${ohos_project_dir}/out/ohos-arm-release/obj/third_party/expat -includedir=${ohos_project_dir}/third_party/expat/lib +includedir=${ohos_project_dir}/out/ohos-arm-release/third_party_expat/expat-2.4.1/lib Name: expat Version: 2.4.1 diff --git a/ohos/pkgconfig_template/libhilog.pc b/ohos/pkgconfig_template/libhilog.pc index 90c440c57aa..db282034f77 100644 --- a/ohos/pkgconfig_template/libhilog.pc +++ b/ohos/pkgconfig_template/libhilog.pc @@ -1,5 +1,5 @@ ohos_project_dir=ohos_project_directory_stub -libdir=${ohos_project_dir}/out/ohos-arm-release/hiviewdfx/hilog_native +libdir=${ohos_project_dir}/out/ohos-arm-release/hiviewdfx/hilog includedir=${ohos_project_dir}/base/hiviewdfx/hilog/interfaces/native/innerkits/include Name: libhilog diff --git a/ohos/pkgconfig_template/libsurface.pc b/ohos/pkgconfig_template/libsurface.pc index 0705d7264b2..af31e40d6ba 100644 --- a/ohos/pkgconfig_template/libsurface.pc +++ b/ohos/pkgconfig_template/libsurface.pc @@ -1,6 +1,6 @@ ohos_project_dir=ohos_project_directory_stub -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/ +libdir=${ohos_project_dir}/out/ohos-arm-release/graphic/graphic_surface/ +includedir=${ohos_project_dir}/out/ohos-arm-release/innerkits/ohos-arm/graphic_surface/surface/include/ Name: libsurface Version: 2.4.1