commit 75f92eb3489275bfcad901e5ca424134eda6e2f4 [browse]
Author: Hiltjo Posthuma
Date: 2019-02-09 12:48:39 +01:00

bump version to 0.8.2

commit 3be4cf11d79ca87ff1fbbb57801913ec6f822429 [browse]
Author: Hiltjo Posthuma
Date: 2019-01-10 18:16:17 +01:00

config: add Shift+Insert as selpaste() again

This was changed before in:
commit 20f713548de451b67db3306cf8cf7b2f38fee05c on Wed Jan 25 19:17:38 2017

commit 16d98738e74f189b3a00c23390ab5a9a22b056a1 [browse]
Author: Paride Legovini
Date: 2019-01-10 13:36:09 +01:00

Let the user specify CPPFLAGS

This complements the work done in d4928ed, allowing the user to specify
the preprocessor flags with the CPPFLAGS environment variable. This is
useful for example to specify preprocessor macros with -D.

CFLAGS could be used instead, but CPPFLAGS is more correct and is expected
to be honored in some cases. For example, the helper scripts to build
Debian packages make use of CPPFLAGS, but the variable is currently
being ignored unless manually appended to CFLAGS.

commit e23acb9188b7bc7a7cfc418ac45671003abcc341 [browse]
Author: Paride Legovini
Date: 2019-01-04 09:48:37 +01:00

Set the path of pkg-config in a variable instead of hardcoding it

In this way the path of pkg-config can be overridden from the command
line. This is useful for example when cross-compiling.

commit 7e19e116764d2651721cb9062ccaac31b0c771f2 [browse]
Author: Hiltjo Posthuma
Date: 2019-01-04 12:33:01 +01:00

Makefile: fix dependencies on config.h

patch by Younes Khoudli (changed slightly). Thanks

clone the repository to get more history