From 0f0e47003c58c86cca2bd7e8c2d586094b4babb9 Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Fri, 8 May 2026 23:14:10 -0500 Subject: [PATCH] Fix crosslang Stat, StatVFS for custom crosslang filesystems and add queryable --- pkgconfig/crosslang.pc.in | 1 + pkgconfig/crosslang_static.pc.in | 1 + 2 files changed, 2 insertions(+) diff --git a/pkgconfig/crosslang.pc.in b/pkgconfig/crosslang.pc.in index dae5c5e..e83680b 100644 --- a/pkgconfig/crosslang.pc.in +++ b/pkgconfig/crosslang.pc.in @@ -8,6 +8,7 @@ URL: @PKGCONFIG_PROJECT_HOMEPAGE_URL@ Version: @PROJECT_VERSION@ @PKGCONFIG_DEPS@ +Requires: tessesframework Cflags: -I"${includedir}" Libs: -L"${libdir}" -lcrosslang_shared \ No newline at end of file diff --git a/pkgconfig/crosslang_static.pc.in b/pkgconfig/crosslang_static.pc.in index ad4d174..94765a2 100644 --- a/pkgconfig/crosslang_static.pc.in +++ b/pkgconfig/crosslang_static.pc.in @@ -8,6 +8,7 @@ URL: @PKGCONFIG_PROJECT_HOMEPAGE_URL@ Version: @PROJECT_VERSION@ @PKGCONFIG_DEPS@ +Requires: tessesframework_static Cflags: -I"${includedir}" Libs: -L"${libdir}" -lcrosslang_static \ No newline at end of file