Add externl UI to rdf.

master
Peter Nelson 2013-02-12 15:09:56 +00:00
parent 4660fd587b
commit 34283bd754
2 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,10 @@
a ui:X11UI;
ui:binary <ptapui.so>.
<urn:fuzzle:ptap#ExtUI>
a ui:external ;
ui:binary <ptapui.so> .
<default.ttl>
a pset:Preset ;
rdfs:seeAlso <default.ttl> ;

View File

@ -57,6 +57,7 @@ static void addttl(const char *file)
" doap:name \"PTap\" ;\n"
" doap:license <http://usefulinc.com/doap/licenses/gpl> ;\n"
" ui:ui <" PTAP_URI "#X11UI> ;\n"
" ui:ui <" PTAP_URI "#ExtUI> ;\n"
" lv2:port\n"
, fp);