Contractor support: Bug #734717
This commit is contained in:
parent
9d85f436c7
commit
66dc465d89
7 changed files with 70 additions and 1 deletions
6
configure
vendored
6
configure
vendored
|
|
@ -38,6 +38,8 @@ configure_help() {
|
|||
Disable icon cache update.
|
||||
--disable-documentation
|
||||
Disable generating and installing translated help documentation.
|
||||
--disable-contractor
|
||||
Disable installing Contractor files.
|
||||
|
||||
Some influential environment variables:
|
||||
PKG_CONFIG_PATH Adds directories to pkg-config's search path.
|
||||
|
|
@ -117,6 +119,10 @@ do
|
|||
CMDLINE="${CMDLINE} -DTRANSLATE_HELP=OFF"
|
||||
;;
|
||||
|
||||
--disable-contractor)
|
||||
CMDLINE="${CMDLINE} -DDISABLE_CONTRACT=ON"
|
||||
;;
|
||||
|
||||
VALAC) [ ! $value ] && abort $1
|
||||
VALAC=$value
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue