]> gitweb.michael.orlitzky.com - libsvgtiny.git/commit
Makefile: build against libcss
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 4 Oct 2023 02:03:29 +0000 (22:03 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 8 Jun 2025 02:18:20 +0000 (22:18 -0400)
commite3296ca12bb4bee41f4bd934fbfef71e17a96cf9
tree62ae584a0375c0c1b545e57c1c5aa9bd4d0bba24
parenta3956c978390a520d227fdad72755232b56ff5e8
Makefile: build against libcss

The first step towards adding libcss support is to build against
libcss. For now that means getting its "cflags" and "libs" from
pkg-config and putting them into CFLAGS and LDFLAGS.
Makefile