about summary refs log tree commit diff
path: root/scripts/.gitignore
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2021-11-19 21:52:24 +0000
committerJune McEnroe <june@causal.agency>2021-11-22 12:30:31 -0500
commit431230e0ea834d611d5302921b843f0afcaed391 (patch)
tree05a5c2bb3a1e13768ed5804efc43757ba979f440 /scripts/.gitignore
parentCycle between adding colon suffix and not in tab complete (diff)
downloadcatgirl-431230e0ea834d611d5302921b843f0afcaed391.tar.gz
catgirl-431230e0ea834d611d5302921b843f0afcaed391.zip
Support custom pkg-config executable names
When cross-compiling, it's common to have executables prefixed with
the name of the architecture you're building for,
e.g. aarch64-unknown-linux-musl-cc or x86_64-unknown-freebsd-pkg-config.
Lots of build tools support a PKG_CONFIG environment variable to
enable this use case.

With this change, I was able to successfully cross-compile and run
catgirl.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
2020-07-29Add Linux supportJune McEnroe Static linking on Linux (even with musl-gcc) is just too much of a pain. People more dedicated than I am can figure it out themselves. Or how to properly sandbox this without a chroot. 2020-07-29Remove unused prevEventJune McEnroe 2020-07-23Rewrite configure scriptJune McEnroe 2020-07-21Add OpenBSD instructionsJune McEnroe 2020-07-21Use a .pc file to configureJune McEnroe 2020-07-19Filter networks with only private contexts from recents as wellJune McEnroe 2020-07-18Specify litterbox version in readmeJune McEnroe 2020-07-18Reverse order of X macro parameters for pages and keysJune McEnroe 2020-07-18Remove kcgi 0.11 compatibilityJune McEnroe 2020-07-17Filter networks with only private contextsJune McEnroe 2020-07-17Add export optionJune McEnroe Adding the export query parameter to any page downloads a .html with the default stylesheet embedded, and all navigation, forms and internal links removed, for being able to share some part of a private instance of litterbox. 2020-07-17Add margin to inputsJune McEnroe Seems that only Safari provides any margins on form elements by default. 2020-07-16Don't write null terminator in stylesheet responseJune McEnroe 2020-07-16Remove sudo from make installJune McEnroe