Description: Fix a few things in pkgconfig file Author: Thanh Tung Nguyen Forwarded: no Last-Update: 2013-12-11 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ --- a/appindicator3-sharp-0.1.pc.in +++ b/appindicator3-sharp-0.1.pc.in @@ -1,9 +1,12 @@ prefix=@prefix@ exec_prefix=${prefix} libdir=@libdir@ +pkglibdir=${exec_prefix}/lib/cli/@ASSEMBLY_PC@ +gapidir=${exec_prefix}/share/gapi-3.0 Name: @ASSEMBLY_TITLE@ Description: @ASSEMBLY_DESCRIPTION@ Version: @VERSION@ Requires: -Libs: -r:${libdir}/mono/@ASSEMBLY_NAME@/@ASSEMBLY_NAME@.dll +Libs: -r:${pkglibdir}/@ASSEMBLY_NAME@.dll +Cflags: -I:${gapidir}/@ASSEMBLY_NAME@-api.xml