mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-9486 dont generate icu-le.pc if layout is disabled
X-SVN-Rev: 32197
This commit is contained in:
parent
43a4d7c0d4
commit
19e9ab5adc
1 changed files with 5 additions and 1 deletions
|
@ -35,13 +35,17 @@ subdir = .
|
|||
@TESTS_TRUE@TEST = test
|
||||
@SAMPLES_TRUE@SAMPLE = samples
|
||||
|
||||
## pkgconfig setup. Always have uc and i18n. Others are optional.
|
||||
ALL_PKGCONFIG_SUFFIX=uc i18n
|
||||
@LAYOUT_TRUE@ALL_PKGCONFIG_SUFFIX+= le lx
|
||||
@ICUIO_TRUE@ALL_PKGCONFIG_SUFFIX+= io
|
||||
|
||||
DOXYGEN = @DOXYGEN@
|
||||
DOCZIP = icu-docs.zip
|
||||
|
||||
## Files to remove for 'make clean'
|
||||
CLEANFILES = *~
|
||||
|
||||
ALL_PKGCONFIG_SUFFIX=uc i18n io le lx
|
||||
ALL_PKGCONFIG_FILES=$(ALL_PKGCONFIG_SUFFIX:%=$(top_builddir)/config/icu-%.pc)
|
||||
|
||||
## Files built (autoconfed) and installed
|
||||
|
|
Loading…
Add table
Reference in a new issue