-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1518 from wingtk/wip/nacho/icu-revert
Revert meson build system for icu and update to 76.1
- Loading branch information
Showing
23 changed files
with
53 additions
and
797 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,12 @@ | ||
# On windows, the prefix is automagically build from the location of the .pc file | ||
prefix=@prefix@ | ||
exec_prefix=${prefix} | ||
libdir=${prefix}/lib | ||
includedir=${prefix}/include | ||
|
||
Name: icu-uc | ||
Description: International Components for Unicode: Common and Data libraries | ||
Version: @version@ | ||
|
||
Libs: -L${libdir} -licuucd -licudt | ||
Cflags: -I${includedir}/unicode |
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,12 @@ | ||
# On windows, the prefix is automagically build from the location of the .pc file | ||
prefix=@prefix@ | ||
exec_prefix=${prefix} | ||
libdir=${prefix}/lib | ||
includedir=${prefix}/include | ||
|
||
Name: icu-uc | ||
Description: International Components for Unicode: Common and Data libraries | ||
Version: @version@ | ||
|
||
Libs: -L${libdir} -licuuc -licudt | ||
Cflags: -I${includedir}/unicode |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.