File: 02-pkgconfig_library_path.patch

package info (click to toggle)
webkitgtk-sharp3 2.0.0%2Bgit20151221-3
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 900 kB
  • ctags: 4
  • sloc: makefile: 106; sh: 3
file content (15 lines) | stat: -rw-r--r-- 399 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: A few fixes in pkgconfig file
Author: Thanh Tung Nguyen <thngtong@gmail.com>
Last-Update: 2015-01-18

--- a/webkitgtk-sharp-3.0.pc.in
+++ b/webkitgtk-sharp-3.0.pc.in
@@ -1,7 +1,7 @@
 prefix=@prefix@
 exec_prefix=${prefix}
 libdir=@libdir@
-pkglibdir=${exec_prefix}/lib/mono/@ASSEMBLY_NAME@
+pkglibdir=${exec_prefix}/lib/cli/@ASSEMBLY_PC@
 gapidir=@GAPIXMLDIR@
 
 Name: @ASSEMBLY_TITLE@