Welcome to mirror list, hosted at ThFree Co, Russian Federation.

fribidi.pc.in « fribidi « 3party - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7988fca162e9884c31caab91b36e3deccea58d59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# @configure_input@

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: @PACKAGE_NAME@
Description: Unicode Bidirectional Algorithm Library
Requires: @MISC_PACKAGES@
Version: @VERSION@
Libs: -L${libdir} -lfribidi
Cflags: -I${includedir}/@PACKAGE@