loader_aw

Load OBJ/MTL file formats
git clone git://git.meso-star.fr/loader_aw.git
Log | Files | Refs | README | LICENSE

commit c74809ebb3170e33b8798bffbf8dbe40e21d295e
parent 1df57a50e5c004757373a29444f567ecd1f765c8
Author: vaplv <vaplv@free.fr>
Date:   Fri, 17 Mar 2023 12:12:42 +0100

Fix the pkg-config file

Make the RSys library a public dependency, not an internal one

Diffstat:
Maw.pc.in | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aw.pc.in b/aw.pc.in @@ -2,7 +2,7 @@ prefix=@PREFIX@ includedir=${prefix}/include libdir=${prefix}/lib -Requires.private: rsys >= @RSYS_VERSION@ +Requires: rsys >= @RSYS_VERSION@ Name: AW Description: AW library Version: @VERSION@