~do-plugins/do-plugins/trunk

« back to all changes in this revision

Viewing changes to XRandR/XRandR.dll.config

  • Committer: Christopher James Halse Rogers
  • Date: 2011-08-30 09:23:20 UTC
  • Revision ID: raof@ubuntu.com-20110830092320-ifhreb77k8o1wka2
XRandR: Add XRandR.dll.config file, to make it work.

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<configuration>
 
2
        <dllmap dll="libXrandr" target="libXrandr.so.2"/>
 
3
        <dllmap dll="libX11" target="libX11.so.6" />
 
4
</configuration>