summaryrefslogtreecommitdiff
path: root/rsvg
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2023-04-19 20:33:19 -0600
committerFederico Mena Quintero <federico@gnome.org>2023-04-19 20:33:19 -0600
commit41c14aeeacacd4160d1b4989d2c29cd3d7bf72a1 (patch)
tree3a32f7c82cba89bb27f61ada8cb67ef77b376a3c /rsvg
parentae75aa08dea253d8d6de12e60531025d735bf11b (diff)
downloadlibrsvg-41c14aeeacacd4160d1b4989d2c29cd3d7bf72a1.tar.gz
Makefile.am: build just the librsvg-c package for the C ABI library
Also, change the crate-type to staticlib in librsvg-c as it was before. Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/822>
Diffstat (limited to 'rsvg')
-rw-r--r--rsvg/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/rsvg/Cargo.toml b/rsvg/Cargo.toml
index 5469ad5d..b01e12a4 100644
--- a/rsvg/Cargo.toml
+++ b/rsvg/Cargo.toml
@@ -45,7 +45,6 @@ test-utils = ["yeslogic-fontconfig-sys"]
[lib]
name = "rsvg"
-crate-type = [ "staticlib", "rlib" ]
[dependencies]
# Keep these in sync with respect to the cairo-rs version: