Ariadne Conill
5436648cd4
pkgconf 1.8.1.
2023-01-22 10:02:10 +00:00
Ariadne Conill
cef30268e1
pkgconf 1.8.0.
2021-07-24 20:40:52 -06:00
Ariadne Conill
4e73e37d29
meson: fix non-static build
2021-07-24 19:56:46 -06:00
Ariadne Conill
76968a4f8d
fix static builds on Windows with Meson
...
Fixes #222
2021-07-24 19:45:43 -06:00
Christoph Reiter
4be39c59fb
Remove usage of cygwin_conv_path() under cygwin/msys
...
This converted Unix paths to Windows paths, but all cygwin tools
work with Unix paths so this shouldn't be needed.
There is one use case if you use a cygwin pkgconf with a non-cygwin toolchain,
but pkgconf works reasonable well natively now so this shouldn't be needed
anymore and more likely leads to problems and confusion.
Both cygwin and msys have patched this out already:
* https://cygwin.com/git-cygwin-packages/?p=git/cygwin-packages/pkgconf.git;a=blob;f=pkgconf.cygport;h=e5d003f3f3dfc9e374b916974018022ad8d68852;hb=HEAD#l55
* a4bce0c294/pkgconf/PKGBUILD (L26)
2021-03-20 06:58:53 -08:00
Ariadne Conill
458101e787
pkgconf 1.7.4.
2021-03-18 07:05:03 -06:00
Christoph Reiter
78a77dd497
meson: install README.md/AUTHORS to share/doc/pkgconf
...
To mirror what the autotools build does.
2020-11-28 19:42:00 -07:00
Christoph Reiter
0526364b85
meson: allow building a static version of libpkgconf
...
when using library() instead of shared_library() the user can decide
to build a shared or static version, or both. The default is still shared
as before.
This mirrors what the autotools based build sysstem can do.
2020-11-28 19:42:00 -07:00
Christoph Reiter
a69bdfa28e
meson: generate a .pc file for libpkgconf
2020-11-28 19:42:00 -07:00
Ariadne Conill
ef135d819c
meson: remove some autotools cruft
2020-06-02 18:58:00 -06:00
Ariadne Conill
aca0674837
pkgconf 1.7.3.
2020-05-30 19:20:25 -06:00
Ariadne Conill
c6b93941a0
pkgconf 1.7.2.
2020-05-26 13:46:20 -06:00
Ariadne Conill
92b09aef9a
pkgconf 1.7.1.
2020-05-26 11:06:35 -06:00
Ariadne Conill
dd57abfe9f
pkgconf 1.7.0.
2020-05-24 14:55:02 -06:00
Ariadne Conill
82d57184e7
meson: fix detection of strndup() on windows
2020-05-24 14:54:58 -06:00
Ariadne Conill
19aa93e371
prepare for pkgconf 2.0 development
2019-08-04 15:54:24 -05:00
Ariadne Conill
061627f091
meson: bump required version to 0.47 for copy directive
2019-07-12 08:20:05 -05:00
Ariadne Conill
c862e030cf
pkgconf 1.6.3.
2019-07-12 06:53:37 -05:00
Ariadne Conill
c816ce6969
pkgconf 1.6.2. ( closes #38 , #40 , #41 )
2019-07-11 03:50:00 -05:00
William Pitcock
e2fdd6f470
pkgconf 1.6.0.
2019-01-14 14:12:32 -06:00
William Pitcock
7939732f80
build: install pkgconf-personality(5) manpage
2018-07-19 17:27:02 -05:00
William Pitcock
782c88ce77
meson: set PERSONALITY_PATH to something useful
2018-06-14 14:43:01 -05:00
William Pitcock
1244f8f8e7
libpkgconf: refactor out the rfc822 message parser so that the cross-personality code can share it
2018-05-09 21:21:39 -05:00
William Pitcock
854490c5b9
libpkgconf: add basic support for cross-compile personality objects
2018-05-09 16:54:21 -05:00
TingPing
706273c746
meson: Add option to build without kyua for tests ( #175 )
2018-03-06 23:28:05 -06:00
TingPing
83eea876b0
meson: Fix defining PKGCONF_API ( #174 )
2018-03-06 23:27:54 -06:00
William Pitcock
1e91c245e3
build: chase changes for cmake & meson i hope
2018-02-12 00:45:55 -06:00
William Pitcock
5d6c9ba98c
build: set soversion to 3
2018-01-05 11:18:19 -06:00
William Pitcock
0b09c111ed
main: implement a MSVC renderer (only some fragments supported) ( closes #161 )
2017-12-07 20:07:30 -06:00
William Pitcock
0d6cad31fa
meson: look for atf-sh ( closes #160 )
2017-12-07 12:34:06 -06:00
William Pitcock
7fed573a6f
man: finish pkg.m4(7)
2017-12-05 19:47:51 -06:00
William Pitcock
60df6ba3b0
build: move manpages to man subdir
2017-12-05 18:45:06 -06:00
William Pitcock
75074635bb
meson: install pkg.m4 to aclocal dir ( closes #124 )
2017-09-08 20:52:02 -05:00
William Pitcock
3ae11b1b4d
meson: add kyua integration for testsuite for now
2017-06-24 12:40:33 -05:00
William Pitcock
a928ad75e6
meson: use join_paths() for kyua invocation
2017-06-20 16:20:30 -05:00
William Pitcock
adc7f92874
meson: fix up SYSTEM_LIBDIR, SYSTEM_INCLUDEDIR, PKG_DEFAULT_PATH
2017-06-20 01:23:55 -05:00
William Pitcock
bca827649d
meson: add some support for pulling in testsuite
2017-06-20 01:11:36 -05:00
William Pitcock
186545fc4f
meson: fix check for HAVE_CYGWIN_CONV_PATH
2017-06-20 00:29:03 -05:00
William Pitcock
d40a90761a
meson: clean up a few things
2017-06-19 19:11:42 -05:00
Jussi Pakkanen
40fd995060
Experiment to build with Meson ( #119 )
...
* Initial Meson build definitions.
* Install man page and headers.
2017-06-19 19:03:00 -05:00