From 81ac027d5dfbcc9c658a52981eb305676ab4a4f4 Mon Sep 17 00:00:00 2001 From: Syping Date: Sat, 6 Nov 2021 14:28:46 +0100 Subject: [PATCH] pkg-config: improve ragephoto.pc --- src/ragephoto.pc.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/ragephoto.pc.in b/src/ragephoto.pc.in index 0ce462e..f7f08f5 100644 --- a/src/ragephoto.pc.in +++ b/src/ragephoto.pc.in @@ -1,9 +1,10 @@ prefix=@CMAKE_INSTALL_PREFIX@ +exec_prefix=${prefix} libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@ -includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@ +includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@/RagePhoto Name: libragephoto Description: Open Source RAGE Photo Parser for GTA V Version: @PROJECT_VERSION@ Libs: -L${libdir} -lragephoto -Cflags: -I${includedir}/RagePhoto +Cflags: -I${includedir}