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
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2014-06-18 19:02:32 +0400
committerAlexander Köplinger <alex.koeplinger@outlook.com>2014-06-18 19:18:08 +0400
commitdf49c2d640ee98a58a1bb1a557e871ae619ba743 (patch)
tree8ed1cca5c6c8b1134f3f9455891d9231b74130cd /data/config.in
parentdb9f761a7879b3e149935f3b9f9e1c6ae354f469 (diff)
Added dllmap for libgtk-x11 and libgdk-x11
Commit licensed under MIT/X11.
Diffstat (limited to 'data/config.in')
-rw-r--r--data/config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/config.in b/data/config.in
index 44fefc08027..3cc39732e1c 100644
--- a/data/config.in
+++ b/data/config.in
@@ -16,6 +16,8 @@
<dllmap dll="sqlite" target="@SQLITE@" os="!windows"/>
<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="libgtk-x11-2.0" target="@GTKX11@" os="!windows"/>
<dllmap dll="libXinerama" target="@XINERAMA@" os="!windows" />
<dllmap dll="libcairo-2.dll" target="libcairo.so.2" os="!windows"/>
<dllmap dll="libcairo-2.dll" target="libcairo.2.dylib" os="osx"/>