]> 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>
Wed, 4 Oct 2023 02:03:29 +0000 (22:03 -0400)
commitfc2f1bfe718f59d7d1f65c999714e8389a8554a5
tree747160e0e9ceba97dfb692bb1dd32662dfadbc22
parent751f149981f754a5531ddd1f18a5be4445ae05be
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