initial commit
Signed-off-by: Peter Siegmund <mars3142@noreply.mars3142.dev>
This commit is contained in:
22
libs/wxWidgets-3.3.1/build/bakefiles/plugins.bkl
Normal file
22
libs/wxWidgets-3.3.1/build/bakefiles/plugins.bkl
Normal file
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" ?>
|
||||
|
||||
<makefile>
|
||||
|
||||
<!-- ================================================================ -->
|
||||
<!-- Unix audio plugins -->
|
||||
<!-- ================================================================ -->
|
||||
|
||||
<wx-base-plugin id="sound_sdl" cond="WITH_PLUGIN_SDL=='1'">
|
||||
<sources>$(UNIX_SOUND_SDL_SRC)</sources>
|
||||
<ldlibs>$(EXTRALIBS_SDL)</ldlibs>
|
||||
</wx-base-plugin>
|
||||
|
||||
<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>
|
||||
|
||||
</makefile>
|
||||
Reference in New Issue
Block a user