diff options
author | Petr Mladek <pmladek@suse.cz> | 2013-08-28 16:09:39 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2013-08-28 16:09:39 +0200 |
commit | b70d4ad13b909265c54a9ff55f07224a14e9feb2 (patch) | |
tree | 00c7f8b786e2314225e44d8cbc49c98dcfd0486f /config_host.mk.in | |
parent | c656482c5a1467d6dc21601e1296ba3711916d6b (diff) |
add --with-help=common parameter to the configure option
It allows to build only the common parts of the help, e.g.
bundle the helpcontent-related icons.
It is useful when the build content is built separately. For example,
it is used to speed up the build of the main package in openSUSE
Build Service.
Diffstat (limited to 'config_host.mk.in')
-rw-r--r-- | config_host.mk.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in index 01fbdb8100bc..094f73047be6 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -238,6 +238,7 @@ export HAVE_NON_CONST_NPP_GETMIMEDESCRIPTION=@HAVE_NON_CONST_NPP_GETMIMEDESCRIPT export HAVE_POSIX_FALLOCATE=@HAVE_POSIX_FALLOCATE@ export HAVE_READDIR_R=@HAVE_READDIR_R@ export HAVE_THREADSAFE_STATICS=@HAVE_THREADSAFE_STATICS@ +export HELP_COMMON_ONLY=@HELP_COMMON_ONLY@ export HOST_PLATFORM=@host@ export HSQLDB_JAR=@HSQLDB_JAR@ export HSQLDB_USE_JDBC_4_1=@HSQLDB_USE_JDBC_4_1@ |