d38dedad68
+ raster and gdal input isn't tested. Not working currently... + *-input.so plugins created. Change loader in source or link plugin to correct place + use pkg-config uninstalled feature -> define project root to PKG_CONFIG_PATH to use mapnik without installation + added various library checks + don't install fonts + don't use included AGG -> check for a installed libagg + Added Makefile for c++ demo + don't build any python wrapper stuff -> this follows if all other building works + added Anjuta file -> not needed to build anything, but helps much if you use Anjuta
44 lines
1.4 KiB
XML
44 lines
1.4 KiB
XML
<?xml version="1.0"?>
|
|
<anjuta>
|
|
<plugin name="GBF Project Manager"
|
|
url="http://anjuta.org/plugins/"
|
|
mandatory="yes">
|
|
<require group="Anjuta Plugin"
|
|
attribute="Interfaces"
|
|
value="IAnjutaProjectManager"/>
|
|
<require group="Project"
|
|
attribute="Supported-Project-Types"
|
|
value="automake"/>
|
|
</plugin>
|
|
<plugin name="Symbol Browser"
|
|
url="http://anjuta.org/plugins/"
|
|
mandatory="yes">
|
|
<require group="Anjuta Plugin"
|
|
attribute="Location"
|
|
value="anjuta-symbol-browser:SymbolBrowserPlugin"/>
|
|
</plugin>
|
|
<plugin name="Make Build System"
|
|
url="http://anjuta.org/plugins/"
|
|
mandatory="yes">
|
|
<require group="Anjuta Plugin"
|
|
attribute="Interfaces"
|
|
value="IAnjutaBuildable"/>
|
|
<require group="Build"
|
|
attribute="Supported-Build-Types"
|
|
value="make"/>
|
|
</plugin>
|
|
<plugin name="Task Manager"
|
|
url="http://anjuta.org/plugins/"
|
|
mandatory="no">
|
|
<require group="Anjuta Plugin"
|
|
attribute="Interfaces"
|
|
value="IAnjutaTodo"/>
|
|
</plugin>
|
|
<plugin name="Debug Manager"
|
|
url="http://anjuta.org/plugins/"
|
|
mandatory="no">
|
|
<require group="Anjuta Plugin"
|
|
attribute="Interfaces"
|
|
value="IAnjutaDebuggerManager"/>
|
|
</plugin>
|
|
</anjuta>
|