summaryrefslogtreecommitdiff
path: root/debian/patches/02-dllmap_fix.patch
blob: b30bafba76597b414a00556299983b595f20fabf (plain)
1
2
3
4
5
6
7
8
9
Description: Tell the loader where to look for the glue library. Ugh, this is so ugly.

--- a/out/appindicator3-sharp.dll.config
+++ b/out/appindicator3-sharp.dll.config
@@ -1,3 +1,4 @@
 <configuration>
   <dllmap dll="appindicator3" target="libappindicator3.so.1"/>
+  <dllmap dll="libappindicator3sharpglue-12.10.0.so" target="/usr/lib/cli/appindicator3-sharp-0.1/libappindicator3sharpglue-12.10.0.so"/>
 </configuration>