From 34283bd75462c2d181fed2a362f819d7661dbdd7 Mon Sep 17 00:00:00 2001 From: Peter Nelson Date: Tue, 12 Feb 2013 15:09:56 +0000 Subject: [PATCH] Add externl UI to rdf. --- ptap/manifest.ttl | 4 ++++ ptap/ptap_helper.cpp | 1 + 2 files changed, 5 insertions(+) diff --git a/ptap/manifest.ttl b/ptap/manifest.ttl index 25e9819..353e6b0 100644 --- a/ptap/manifest.ttl +++ b/ptap/manifest.ttl @@ -12,6 +12,10 @@ a ui:X11UI; ui:binary . + + a ui:external ; + ui:binary . + a pset:Preset ; rdfs:seeAlso ; diff --git a/ptap/ptap_helper.cpp b/ptap/ptap_helper.cpp index 9664f44..c811f3b 100644 --- a/ptap/ptap_helper.cpp +++ b/ptap/ptap_helper.cpp @@ -57,6 +57,7 @@ static void addttl(const char *file) " doap:name \"PTap\" ;\n" " doap:license ;\n" " ui:ui <" PTAP_URI "#X11UI> ;\n" + " ui:ui <" PTAP_URI "#ExtUI> ;\n" " lv2:port\n" , fp);