We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42fbf44 commit 9595f7dCopy full SHA for 9595f7d
images/packages/glib2/werf.inc.yaml
@@ -13,8 +13,6 @@ packages:
13
{{- $version := get .PackageVersion .ImageName }}
14
{{- $gitRepoUrl := "GNOME/glib.git" }}
15
16
-{{/* Temporarily exclude images from build as submodule. TODO remove 'if' when this image is used in import section. */}}
17
-{{- if eq .ModuleNamePrefix "" }}
18
---
19
image: {{ .ModuleNamePrefix }}{{ .PackagePath }}/{{ .ImageName }}
20
final: false
@@ -95,5 +93,3 @@ shell:
95
93
-Dstrip=true
96
94
meson compile -C _build
97
DESTDIR=${OUTDIR} meson install -C _build
98
-
99
-{{- end}}
0 commit comments