Commit 4cc5e4a
build/gtk3: Add missing dependencies to gresource target
gtk3_assets and gtk3_hidpi_assets were overwritten instead of added
to an array, so the gresource target only had dependencies on the
last custom_targets.
This fixes the build with samurai which fails with
samu: job failed: /usr/local/bin/glib-compile-resources --sourcedir=common/gtk-3.0 --target=common/gtk-3.0/gtk-lighter.gresource common/gtk-3.0/gtk-lighter.gresource.xml
common/gtk-3.0/gtk-lighter.gresource.xml: Failed to locate checkbox-checked.png
Samurai is a Ninja-compatible build tool [0]. The above failure
can probably also happen with Ninja given a sufficient number of
build jobs.
[0] https://github.com/michaelforney/samurai
#1231 parent b99b13b commit 4cc5e4a
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
45 | 48 | | |
46 | | - | |
| 49 | + | |
47 | 50 | | |
48 | 51 | | |
49 | 52 | | |
| |||
58 | 61 | | |
59 | 62 | | |
60 | 63 | | |
61 | | - | |
| 64 | + | |
62 | 65 | | |
63 | 66 | | |
64 | 67 | | |
| |||
0 commit comments