Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2017-03-02 22:28:07 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2017-03-02 22:28:07 +0300
commitc6de69eb21a14b647fa2d1aab33b9d26d1a1b6a7 (patch)
treef397f8104a1e6e0a2ecb390b011477f2224079bb /data
parentf9e87491df2a7ead48790a36170556c4fde6cebe (diff)
Find more libraries via dllmap (#4451)
This allows centralized configuration of library paths. For instance, previously setting path to libgtk-x11-2.0 won't make all parts of Mono use provided library.
Diffstat (limited to 'data')
-rw-r--r--data/config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/data/config.in b/data/config.in
index be831514293..282bc114950 100644
--- a/data/config.in
+++ b/data/config.in
@@ -18,8 +18,14 @@
<dllmap dll="sqlite3" target="@SQLITE3@" os="!windows"/>
<dllmap dll="libX11" target="@X11@" os="!windows" />
<dllmap dll="libgdk-x11-2.0" target="@GDKX11@" os="!windows"/>
+ <dllmap dll="libgdk_pixbuf-2.0" target="libgdk_pixbuf-2.0.so.0" os="!windows"/>
<dllmap dll="libgtk-x11-2.0" target="@GTKX11@" os="!windows"/>
+ <dllmap dll="libglib-2.0" target="libglib-2.0.so.0" os="!windows"/>
+ <dllmap dll="libgobject-2.0" target="libgobject-2.0.so.0" os="!windows"/>
+ <dllmap dll="libgnomeui-2" target="libgnomeui-2.so.0" os="!windows"/>
+ <dllmap dll="librsvg-2" target="librsvg-2.so.2" os="!windows"/>
<dllmap dll="libXinerama" target="@XINERAMA@" os="!windows" />
+ <dllmap dll="libasound" target="libasound.so.2" os="!windows" />
<dllmap dll="libcairo-2.dll" target="libcairo.so.2" os="!windows"/>
<dllmap dll="libcairo-2.dll" target="libcairo.2.dylib" os="osx"/>
<dllmap dll="libcups" target="libcups.so.2" os="!windows"/>