mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 02:06:46 +01:00
fe4b53b8c3
Upstream now strips absolute paths to their basename on all platforms apart from
Darwin: a41abe1868
To get around this without modifying the basename test we simply pass in
`basename=False` when normally generating gir files.
12 lines
454 B
Diff
12 lines
454 B
Diff
--- a/gir/cairo-1.0.gir.in
|
|
+++ b/gir/cairo-1.0.gir.in
|
|
@@ -5,7 +5,7 @@
|
|
xmlns:glib="http://www.gtk.org/introspection/glib/1.0">
|
|
<package name="@CAIRO_GIR_PACKAGE@"/>
|
|
<namespace name="cairo" version="1.0"
|
|
- shared-library="@CAIRO_SHARED_LIBRARY@"
|
|
+ shared-library="@cairoLib@/@CAIRO_SHARED_LIBRARY@"
|
|
c:identifier-prefixes="cairo"
|
|
c:symbol-prefixes="cairo">
|
|
<record name="Context" c:type="cairo_t" foreign="1"
|