Skip to content

Commit 4866ad1

Browse files
committed
fix gxml wrap
- renamed to gxml-0.20 such that meson can find it with dependency('gxml-0.20') - set revision to gxml-0.20 to make sure that this specific branch is checked out - add provide tag to export libxml_dep as dependency - changed gitignore to ignore all subprojects/gxml folders that might be created by the gxml wrap
1 parent 0ec09c8 commit 4866ad1

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ build-aux/flatpak_build
66
build-aux/.flatpak-builder
77
build-aux/io.github.alainm23.planify.Devel.flatpak
88
.flatpak-builder/
9-
subprojects/gxml
9+
subprojects/gxml**/
1010
*.snap
1111
planify*txt

subprojects/gxml-0.20.wrap

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[wrap-git]
2+
directory=gxml-0.20
3+
url=https://gitlab.gnome.org/GNOME/gxml.git
4+
revision=gxml-0.20
5+
6+
[provide]
7+
gxml-0.20 = libgxml_dep

subprojects/gxml.wrap

-4
This file was deleted.

0 commit comments

Comments
 (0)