Report and autodetect libindicate and libunity availability: Closes #5670
This commit is contained in:
parent
0221b32fd1
commit
4054f139d1
3 changed files with 26 additions and 29 deletions
15
configure
vendored
15
configure
vendored
|
|
@ -29,12 +29,6 @@ configure_help() {
|
|||
printf "\t--disable-icon-update\n"
|
||||
printf "\t\t\t\tDisable icon cache update.\n"
|
||||
|
||||
printf "\t--enable-libindicate\n"
|
||||
printf "\t\t\t\tEnable libindicate messaging menu support.\n"
|
||||
|
||||
printf "\t--enable-libunity\n"
|
||||
printf "\t\t\t\tEnable libunity launcher support.\n"
|
||||
|
||||
printf "\n"
|
||||
}
|
||||
|
||||
|
|
@ -78,15 +72,6 @@ do
|
|||
CMDLINE="${CMDLINE} -DDESKTOP_UPDATE=OFF"
|
||||
;;
|
||||
|
||||
--enable-libindicate)
|
||||
CMDLINE="${CMDLINE} -DENABLE_LIBINDICATE=ON"
|
||||
;;
|
||||
|
||||
--enable-libunity)
|
||||
CMDLINE="${CMDLINE} -DENABLE_LIBUNITY=ON"
|
||||
;;
|
||||
|
||||
|
||||
*) abort $option
|
||||
;;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue