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:
authorMiguel de Icaza <miguel@gnome.org>2014-05-16 18:54:22 +0400
committerMiguel de Icaza <miguel@gnome.org>2014-05-16 18:54:22 +0400
commit39ad7e378672cec049e83a762f21e6f84e954a43 (patch)
treef946c2d4a7bfac58ba6730bb823c70d5e1de9b64 /data
parent4930f612ae7f58d3f6b3944da31e8f605ffa6bcc (diff)
parent809bd8c9b654d07b5fcc5659484bc6f76024c17f (diff)
Merge pull request #943 from ermshiperete/bug-novell-325669
[MWF] Implement multi-display support on Linux (Fixes #325669)
Diffstat (limited to 'data')
-rw-r--r--data/config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/config.in b/data/config.in
index cf457fc207b..44fefc08027 100644
--- a/data/config.in
+++ b/data/config.in
@@ -16,6 +16,7 @@
<dllmap dll="sqlite" target="@SQLITE@" os="!windows"/>
<dllmap dll="sqlite3" target="@SQLITE3@" os="!windows"/>
<dllmap dll="libX11" target="@X11@" 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"/>
<dllmap dll="libcups" target="libcups.so.2" os="!windows"/>