2004-02-01 13:31:54 -05:00
|
|
|
<?xml version="1.0" ?>
|
|
|
|
|
|
|
|
<makefile>
|
|
|
|
|
|
|
|
<!-- ================================================================ -->
|
|
|
|
<!-- Unix audio plugins -->
|
|
|
|
<!-- ================================================================ -->
|
|
|
|
|
|
|
|
<wx-base-plugin id="sound_sdl" cond="WITH_PLUGIN_SDL=='1'">
|
|
|
|
<sources>$(UNIX_SOUND_SRC_SDL)</sources>
|
|
|
|
<ldlibs>$(EXTRALIBS_SDL)</ldlibs>
|
|
|
|
</wx-base-plugin>
|
|
|
|
|
2017-05-15 17:35:40 -04:00
|
|
|
<if cond="FORMAT=='autoconf'">
|
|
|
|
<wx-base-plugin id="webkit2_ext" cond="USE_WEBVIEW_WEBKIT2=='1'">
|
|
|
|
<sources>$(WEBVIEW_WEBKIT2_EXTENSION_SRC)</sources>
|
|
|
|
<ldlibs>$(EXTRALIBS_WEBVIEW)</ldlibs>
|
|
|
|
<install-to>$(PLUGINS_INST_DIR)/web-extensions</install-to>
|
|
|
|
</wx-base-plugin>
|
|
|
|
</if>
|
2004-02-01 13:31:54 -05:00
|
|
|
|
|
|
|
</makefile>
|