~widelands-dev/widelands/trunk

« back to all changes in this revision

Viewing changes to src/third_party/tinygettext/tinygettext.pc.in

  • Committer: The Widelands Bunnybot
  • Date: 2024-05-17 10:04:30 UTC
  • Revision ID: bunnybot@widelands.org-20240517100430-kttzovssmqti5fzx
Replace gettext with tinygettext (CB #4772 / GH #6411)
Co-authored-by: Benedikt Straub <nordfriese@noreply.codeberg.org>
Co-committed-by: Benedikt Straub <nordfriese@noreply.codeberg.org>

(by bunnybot)
524a53c0704b48c694771ce567d42ffd9a8dbbc1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Unfortunately, since this project is built with cmake,
 
2
# these variables can't properly be set.
 
3
 
 
4
prefix=@CMAKE_INSTALL_PREFIX@
 
5
exec_prefix=${prefix}
 
6
libdir=${exec_prefix}/@LIB_SUBDIR@
 
7
includedir=${prefix}/include
 
8
 
 
9
Name: @PROJECT_NAME@
 
10
Description: tiny, minimal gettext replacement
 
11
Version: @VERSION@
 
12
URL: https://github.com/tinygettext/tinygettext
 
13
Requires:
 
14
Libs: -L${libdir} -ltinygettext
 
15
Libs.private:
 
16
Cflags: -I${includedir}