diff options
author | Christian Hergert <chergert@redhat.com> | 2020-07-04 11:40:21 -0700 |
---|---|---|
committer | Christian Hergert <chergert@redhat.com> | 2020-07-28 11:22:33 -0700 |
commit | 459af3acab2ef82ecd12356484df42afdd59f9ee (patch) | |
tree | 295210cef52d0e3fbedf56d2ae6433e24a321da3 /subprojects | |
parent | cc50be971dfc181925c4cf46b07912b8d487d9d8 (diff) | |
download | gtk+-459af3acab2ef82ecd12356484df42afdd59f9ee.tar.gz |
build: bump to sysprof 4 ABI
Sysprof has moved to a new ABI which removes GLib from the capture library
so that GLib itself can link against sysprof-capture.
This bumps the library ABI so we can keep things coordinated between all
the new tracing layers in the stack.
Diffstat (limited to 'subprojects')
-rw-r--r-- | subprojects/sysprof.wrap | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/subprojects/sysprof.wrap b/subprojects/sysprof.wrap new file mode 100644 index 0000000000..b1cff4b09f --- /dev/null +++ b/subprojects/sysprof.wrap @@ -0,0 +1,4 @@ +[wrap-git] +directory=sysprof +url=https://gitlab.gnome.org/GNOME/sysprof.git +revision=master |