From d89a39fddff42c44679ae75e1f768c2e30404dc8 Mon Sep 17 00:00:00 2001 From: /u/leo60228 Date: Wed, 15 Mar 2017 09:27:12 -0400 Subject: [PATCH 1/2] Fix dependencies in libctr9.pc --- libctr9.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libctr9.pc.in b/libctr9.pc.in index 2b8d931..b015b7c 100644 --- a/libctr9.pc.in +++ b/libctr9.pc.in @@ -7,7 +7,7 @@ Name: @PACKAGE_NAME@ Description: Baremetal ARM9 library for the Nintendo 3DS URL: https://github.com/gemarcano/@PACKAGE_NAME@ Version: @VERSION@ -Requires.private: ctr_core +Requires.private: libctr_core Libs: -L$(libdir) -lctr9 -lfreetype2 -lctrelf Cflags: -I(includedir) From fb9898b312be9d2b48e964071a5a15eda24dc269 Mon Sep 17 00:00:00 2001 From: /u/leo60228 Date: Wed, 15 Mar 2017 10:13:55 -0400 Subject: [PATCH 2/2] Fix typos --- libctr9.pc.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libctr9.pc.in b/libctr9.pc.in index b015b7c..79cfe83 100644 --- a/libctr9.pc.in +++ b/libctr9.pc.in @@ -8,6 +8,6 @@ Description: Baremetal ARM9 library for the Nintendo 3DS URL: https://github.com/gemarcano/@PACKAGE_NAME@ Version: @VERSION@ Requires.private: libctr_core -Libs: -L$(libdir) -lctr9 -lfreetype2 -lctrelf -Cflags: -I(includedir) +Libs: -L$(libdir) -lctr9 -lfreetype -lctrelf +Cflags: -I$(includedir)