Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Akonadi
Commits
b57db19f
Commit
b57db19f
authored
Oct 01, 2020
by
Laurent Montel
😁
Browse files
Remove NO_REGENERATE_MIME as now UPDATE_XDG_MIMETYPES uses -n
parent
dc046daa
Pipeline
#36107
failed with stage
in 60 minutes and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
b57db19f
...
...
@@ -131,7 +131,6 @@ check_symbol_exists(malloc_trim "malloc.h" HAVE_MALLOC_TRIM)
############### Build Options ###############
option
(
AKONADI_BUILD_QSQLITE
"Build the Sqlite backend."
TRUE
)
option
(
BUILD_TOOLS
"Build and install tools for development and testing purposes."
TRUE
)
option
(
NO_REGENERATE_MIME
"Don't regenerate mime file (developer-only option)"
FALSE
)
option
(
INSTALL_APPARMOR
"Install AppArmor profiles"
TRUE
)
if
(
BUILD_TESTING
)
...
...
@@ -319,9 +318,7 @@ endif()
############### install stuff ###############
install
(
FILES akonadi-mime.xml DESTINATION
${
XDG_MIME_INSTALL_DIR
}
)
if
(
NOT NO_REGENERATE_MIME
)
update_xdg_mimetypes
(
${
XDG_MIME_INSTALL_DIR
}
)
endif
()
update_xdg_mimetypes
(
${
XDG_MIME_INSTALL_DIR
}
)
############### CMake Config Files ###############
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment