diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2014-04-27 15:54:58 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2014-05-01 17:03:10 +0000 |
commit | f82f7bf3dd5053049259f6933d1335f6c9e314dd (patch) | |
tree | 6360e4c6c66efbb3631a2c0ad9c0d6f6ff8f4b33 /Repository.mk | |
parent | b44ca2f45e86abb62718534fad43cdd3741101ba (diff) |
Introduce centralized detection for storage-based files
This will allow us to get rid of the duplicated code,
and simplify the type detectors.
Also this commit fixes fdo#46310 and fdo#74978.
Change-Id: I08e958ab10d05e1036cdc2bed5ce14bf73b6245c
Reviewed-on: https://gerrit.libreoffice.org/9221
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Tested-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'Repository.mk')
-rw-r--r-- | Repository.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Repository.mk b/Repository.mk index 46d2783786e4..a02d3d65981e 100644 --- a/Repository.mk +++ b/Repository.mk @@ -327,6 +327,7 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \ sot \ spell \ $(if $(ENABLE_HEADLESS),,spl) \ + storagefd \ $(if $(DISABLE_SCRIPTING),,stringresource) \ svgio \ svl \ |