-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The CMake build of ICU does not generate pkgconfig files for icu. Unfortunately both harfbuzz and libpsl use meson which strongly prefers pkgconfig files. CMake modules are supported in meson but it fails to associate debug and release builds properly. The pkgconfig files were just generated from a autotools install of icu and copied over. On version bumps these will need to be modified.
- Loading branch information
1 parent
caacd71
commit 6a88793
Showing
7 changed files
with
253 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
prefix=${pcfiledir}/../.. | ||
# Copyright (C) 2016 and later: Unicode, Inc. and others. | ||
# License & terms of use: http://www.unicode.org/copyright.html | ||
# Copyright (C) 2010-2013, International Business Machines Corporation. All Rights Reserved. | ||
|
||
# CFLAGS contains only anything end users should set | ||
CFLAGS = | ||
# CXXFLAGS contains only anything end users should set | ||
CXXFLAGS = | ||
# DEFS only contains those UCONFIG_CPPFLAGS which are not auto-set by platform.h | ||
DEFS = | ||
exec_prefix = ${prefix} | ||
#bindir = ${prefix}/../tools/icu/debug/bin | ||
libdir = ${prefix}/lib | ||
includedir = ${prefix}/../include | ||
baselibs = -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -lcomdlg32 -ladvapi32 | ||
#datarootdir = ${prefix}/../share/icu | ||
#datadir = ${datarootdir} | ||
#sbindir = ${prefix}/../tools/icu/debug/sbin | ||
#mandir = ${datarootdir}/man | ||
#sysconfdir = ${prefix}/etc | ||
UNICODE_VERSION=16.0 | ||
ICUPREFIX=icu | ||
ICULIBSUFFIX= | ||
LIBICU=lib${ICUPREFIX} | ||
#SHAREDLIBCFLAGS=-fPIC | ||
pkglibdir=${libdir}/icu${ICULIBSUFFIX}/76.1 | ||
#pkgdatadir=${datadir}/icu${ICULIBSUFFIX}/76.1 | ||
ICUDATA_NAME = icudt76l | ||
#ICUPKGDATA_DIR=${prefix}/lib | ||
#ICUDATA_DIR=${pkgdatadir} | ||
ICUDESC=International Components for Unicode | ||
|
||
Version: 76.1 | ||
Cflags: "-I${includedir}" | ||
# end of icu.pc.in | ||
Description: International Components for Unicode: Internationalization library | ||
Name: icu-i18n | ||
Requires.private: icu-uc | ||
Libs: "-L${libdir}" -licuind | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
prefix=${pcfiledir}/../.. | ||
# Copyright (C) 2016 and later: Unicode, Inc. and others. | ||
# License & terms of use: http://www.unicode.org/copyright.html | ||
# Copyright (C) 2010-2013, International Business Machines Corporation. All Rights Reserved. | ||
|
||
# CFLAGS contains only anything end users should set | ||
CFLAGS = | ||
# CXXFLAGS contains only anything end users should set | ||
CXXFLAGS = | ||
# DEFS only contains those UCONFIG_CPPFLAGS which are not auto-set by platform.h | ||
DEFS = | ||
exec_prefix = ${prefix} | ||
#bindir = ${prefix}/../tools/icu/debug/bin | ||
libdir = ${prefix}/lib | ||
includedir = ${prefix}/../include | ||
baselibs = -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -lcomdlg32 -ladvapi32 | ||
#datarootdir = ${prefix}/../share/icu | ||
#datadir = ${datarootdir} | ||
#sbindir = ${prefix}/../tools/icu/debug/sbin | ||
#mandir = ${datarootdir}/man | ||
#sysconfdir = ${prefix}/etc | ||
UNICODE_VERSION=16.0 | ||
ICUPREFIX=icu | ||
ICULIBSUFFIX= | ||
LIBICU=lib${ICUPREFIX} | ||
#SHAREDLIBCFLAGS=-fPIC | ||
pkglibdir=${libdir}/icu${ICULIBSUFFIX}/76.1 | ||
#pkgdatadir=${datadir}/icu${ICULIBSUFFIX}/76.1 | ||
ICUDATA_NAME = icudt76l | ||
#ICUPKGDATA_DIR=${prefix}/lib | ||
#ICUDATA_DIR=${pkgdatadir} | ||
ICUDESC=International Components for Unicode | ||
|
||
Version: 76.1 | ||
Cflags: "-I${includedir}" | ||
# end of icu.pc.in | ||
Description: International Components for Unicode: Stream and I/O Library | ||
Name: icu-io | ||
Requires.private: icu-i18n | ||
Libs: "-L${libdir}" -licuiod | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
prefix=${pcfiledir}/../.. | ||
# Copyright (C) 2016 and later: Unicode, Inc. and others. | ||
# License & terms of use: http://www.unicode.org/copyright.html | ||
# Copyright (C) 2010-2013, International Business Machines Corporation. All Rights Reserved. | ||
|
||
# CFLAGS contains only anything end users should set | ||
CFLAGS = | ||
# CXXFLAGS contains only anything end users should set | ||
CXXFLAGS = | ||
# DEFS only contains those UCONFIG_CPPFLAGS which are not auto-set by platform.h | ||
DEFS = | ||
exec_prefix = ${prefix} | ||
#bindir = ${prefix}/../tools/icu/debug/bin | ||
libdir = ${prefix}/lib | ||
includedir = ${prefix}/../include | ||
baselibs = -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -lcomdlg32 -ladvapi32 | ||
#datarootdir = ${prefix}/../share/icu | ||
#datadir = ${datarootdir} | ||
#sbindir = ${prefix}/../tools/icu/debug/sbin | ||
#mandir = ${datarootdir}/man | ||
#sysconfdir = ${prefix}/etc | ||
UNICODE_VERSION=16.0 | ||
ICUPREFIX=icu | ||
ICULIBSUFFIX= | ||
LIBICU=lib${ICUPREFIX} | ||
#SHAREDLIBCFLAGS=-fPIC | ||
pkglibdir=${libdir}/icu${ICULIBSUFFIX}/76.1 | ||
#pkgdatadir=${datadir}/icu${ICULIBSUFFIX}/76.1 | ||
ICUDATA_NAME = icudt76l | ||
#ICUPKGDATA_DIR=${prefix}/lib | ||
#ICUDATA_DIR=${pkgdatadir} | ||
ICUDESC=International Components for Unicode | ||
|
||
Version: 76.1 | ||
Cflags: "-I${includedir}" | ||
# end of icu.pc.in | ||
Description: International Components for Unicode: Common and Data libraries | ||
Name: icu-uc | ||
Libs: "-L${libdir}" -licuucd | ||
Libs.private: -licudtd ${baselibs} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
prefix=${pcfiledir}/../.. | ||
# Copyright (C) 2016 and later: Unicode, Inc. and others. | ||
# License & terms of use: http://www.unicode.org/copyright.html | ||
# Copyright (C) 2010-2013, International Business Machines Corporation. All Rights Reserved. | ||
|
||
# CFLAGS contains only anything end users should set | ||
CFLAGS = | ||
# CXXFLAGS contains only anything end users should set | ||
CXXFLAGS = | ||
# DEFS only contains those UCONFIG_CPPFLAGS which are not auto-set by platform.h | ||
DEFS = | ||
exec_prefix = ${prefix} | ||
#bindir = ${prefix}/tools/icu/bin | ||
libdir = ${prefix}/lib | ||
includedir = ${prefix}/include | ||
baselibs = -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -lcomdlg32 -ladvapi32 | ||
#datarootdir = ${prefix}/share/icu | ||
#datadir = ${datarootdir} | ||
#sbindir = ${prefix}/tools/icu/sbin | ||
#mandir = ${prefix}/share/icu | ||
#sysconfdir = ${prefix}/etc | ||
UNICODE_VERSION=16.0 | ||
ICUPREFIX=icu | ||
ICULIBSUFFIX= | ||
LIBICU=lib${ICUPREFIX} | ||
#SHAREDLIBCFLAGS=-fPIC | ||
pkglibdir=${libdir}/icu${ICULIBSUFFIX}/76.1 | ||
#pkgdatadir=${datadir}/icu${ICULIBSUFFIX}/76.1 | ||
ICUDATA_NAME = icudt76l | ||
#ICUPKGDATA_DIR=${prefix}/lib | ||
#ICUDATA_DIR=${pkgdatadir} | ||
ICUDESC=International Components for Unicode | ||
|
||
Version: 76.1 | ||
Cflags: "-I${includedir}" | ||
# end of icu.pc.in | ||
Description: International Components for Unicode: Internationalization library | ||
Name: icu-i18n | ||
Requires.private: icu-uc | ||
Libs: "-L${libdir}" -licuin | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
prefix=${pcfiledir}/../.. | ||
# Copyright (C) 2016 and later: Unicode, Inc. and others. | ||
# License & terms of use: http://www.unicode.org/copyright.html | ||
# Copyright (C) 2010-2013, International Business Machines Corporation. All Rights Reserved. | ||
|
||
# CFLAGS contains only anything end users should set | ||
CFLAGS = | ||
# CXXFLAGS contains only anything end users should set | ||
CXXFLAGS = | ||
# DEFS only contains those UCONFIG_CPPFLAGS which are not auto-set by platform.h | ||
DEFS = | ||
exec_prefix = ${prefix} | ||
#bindir = ${prefix}/tools/icu/bin | ||
libdir = ${prefix}/lib | ||
includedir = ${prefix}/include | ||
baselibs = -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -lcomdlg32 -ladvapi32 | ||
#datarootdir = ${prefix}/share/icu | ||
#datadir = ${datarootdir} | ||
#sbindir = ${prefix}/tools/icu/sbin | ||
#mandir = ${prefix}/share/icu | ||
#sysconfdir = ${prefix}/etc | ||
UNICODE_VERSION=16.0 | ||
ICUPREFIX=icu | ||
ICULIBSUFFIX= | ||
LIBICU=lib${ICUPREFIX} | ||
#SHAREDLIBCFLAGS=-fPIC | ||
pkglibdir=${libdir}/icu${ICULIBSUFFIX}/76.1 | ||
#pkgdatadir=${datadir}/icu${ICULIBSUFFIX}/76.1 | ||
ICUDATA_NAME = icudt76l | ||
#ICUPKGDATA_DIR=${prefix}/lib | ||
#ICUDATA_DIR=${pkgdatadir} | ||
ICUDESC=International Components for Unicode | ||
|
||
Version: 76.1 | ||
Cflags: "-I${includedir}" | ||
# end of icu.pc.in | ||
Description: International Components for Unicode: Stream and I/O Library | ||
Name: icu-io | ||
Requires.private: icu-i18n | ||
Libs: "-L${libdir}" -licuio | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
prefix=${pcfiledir}/../.. | ||
# Copyright (C) 2016 and later: Unicode, Inc. and others. | ||
# License & terms of use: http://www.unicode.org/copyright.html | ||
# Copyright (C) 2010-2013, International Business Machines Corporation. All Rights Reserved. | ||
|
||
# CFLAGS contains only anything end users should set | ||
CFLAGS = | ||
# CXXFLAGS contains only anything end users should set | ||
CXXFLAGS = | ||
# DEFS only contains those UCONFIG_CPPFLAGS which are not auto-set by platform.h | ||
DEFS = | ||
exec_prefix = ${prefix} | ||
#bindir = ${prefix}/tools/icu/bin | ||
libdir = ${prefix}/lib | ||
includedir = ${prefix}/include | ||
baselibs = -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -lcomdlg32 -ladvapi32 | ||
#datarootdir = ${prefix}/share/icu | ||
#datadir = ${datarootdir} | ||
#sbindir = ${prefix}/tools/icu/sbin | ||
#mandir = ${prefix}/share/icu | ||
#sysconfdir = ${prefix}/etc | ||
UNICODE_VERSION=16.0 | ||
ICUPREFIX=icu | ||
ICULIBSUFFIX= | ||
LIBICU=lib${ICUPREFIX} | ||
#SHAREDLIBCFLAGS=-fPIC | ||
pkglibdir=${libdir}/icu${ICULIBSUFFIX}/76.1 | ||
#pkgdatadir=${datadir}/icu${ICULIBSUFFIX}/76.1 | ||
ICUDATA_NAME = icudt76l | ||
#ICUPKGDATA_DIR=${prefix}/lib | ||
#ICUDATA_DIR=${pkgdatadir} | ||
ICUDESC=International Components for Unicode | ||
|
||
Version: 76.1 | ||
Cflags: "-I${includedir}" | ||
# end of icu.pc.in | ||
Description: International Components for Unicode: Common and Data libraries | ||
Name: icu-uc | ||
Libs: "-L${libdir}" -licuuc | ||
Libs.private: -licudt ${baselibs} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters