mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 06:05:39 +00:00
b244c750d3
* configure.in.in: Detect GDK backend. * */*.dll.config.in: Link against the libs of the correct GDK backend instead of using x11 on Linux/win32 on Windows. Patch by Christian Hergert. [Fixes 527840] svn path=/trunk/gtk-sharp/; revision=139750
4 lines
134 B
Plaintext
4 lines
134 B
Plaintext
<configuration>
|
|
<dllmap dll="libgdk-win32-2.0-0.dll" target="libgdk-@GDK_BACKEND@-2.0@LIB_PREFIX@.0@LIB_SUFFIX@"/>
|
|
</configuration>
|