File: 03_dllmap.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 (11 lines) | stat: -rw-r--r-- 544 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
Description: Tell the loader where to look for the glue library. Ugh, this is so ugly.
Author: Andrew Shadura <andrewsh@debian.org>

--- a/out/webkitgtk-sharp.dll.config
+++ b/out/webkitgtk-sharp.dll.config
@@ -2,4 +2,5 @@
   <dllmap dll="webkitgtk-3.0" target="libwebkitgtk-3.0.so.0"/>
   <dllmap dll="libsoup-2.4" target="libsoup-2.4.so.1"/>
   <dllmap dll="libgtk-3-0.dll" target="libgtk-3.so.0"/>
+  <dllmap dll="libwebkitgtksharpglue-1.10.2.so" target="/usr/lib/cli/webkitgtk-sharp-3.0/libwebkitgtksharpglue-1.10.2.so"/>
 </configuration>