~do-plugins/do-plugins/trunk

« back to all changes in this revision

Viewing changes to WindowManager/WindowManager.dll.config

  • Committer: Christopher James Halse Rogers
  • Date: 2011-08-30 09:36:01 UTC
  • Revision ID: raof@ubuntu.com-20110830093601-9i3rt39lypmzhkxu
WindowManager: Add WindowManager.dll.config so that it works.

Now, people who don't have libgtk2.0-dev and libx11-dev installed can actually
use the plugin.  Yay!

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<configuration>
 
2
        <dllmap dll="libgdk-x11" target="libgdk-x11-2.0.so"/>
 
3
        <dllmap dll="X11" target="libX11.so.6"/>
 
4
</configuration>