config_query_option MYTHPLUG_ARCHIVE "Build archive plugin?" y "--enable-mytharchive" "--disable-mytharchive" &&
if [ "$MYTHPLUG_ARCHIVE" = "--enable-mytharchive" ]; then
  config_query_option MYTHPLUG_ARCHIVE_DVD "enable dvd creation?" y "--enable-create-dvd" "--disable-create-dvd" &&
  config_query_option MYTHPLUG_ARCHIVE_NATIVE "enable native archive creation?" y "--enable-create-archive" "--disable-create-archive"
fi &&
config_query_option MYTHPLUG_BROWSER "Build browser plugin?" y "--enable-mythbrowser" "--disable-mythbrowser" &&
config_query_option MYTHPLUG_CONTROLS "Build controls plugin?" y "--enable-mythcontrols" "--disable-mythcontrols" &&
config_query_option MYTHPLUG_FLIX "Build flix plugin?" y "--enable-mythflix" "--disable-mythflix" &&
config_query_option MYTHPLUG_GALLERY "Build gallery plugin?" y "--enable-mythgallery" "--disable-mythgallery" &&
config_query_option MYTHPLUG_GAME "Build game plugin?" y "--enable-mythgame" "--disable-mythgame" &&
config_query_option MYTHPLUG_MUSIC "Build music plugin?" y "--enable-mythmusic" "--disable-mythmusic" &&
config_query_option MYTHPLUG_NEWS "Build news plugin?" y "--enable-mythnews" "--disable-mythnews" &&
config_query_option MYTHPLUG_PHONE "Build phone plugin?" y "--enable-mythphone" "--disable-mythphone" &&
config_query_option MYTHPLUG_VIDEO "Build video plugin?" y "--enable-mythvideo" "--disable-mythvideo" &&
config_query_option MYTHPLUG_WEATHER "Build weather plugin?" y "--enable-mythweather" "--disable-mythweather" &&
config_query_option MYTHPLUG_ZONE "Build zoneminder plugin?" y "--enable-mythzoneminder" "--disable-mythzoneminder" &&
config_query_option MYTHPLUG_MOVIE "Build movie plugin?" y "--enable-mythmovie" "--disable-mythmovie"
