Skip to content
Snippets Groups Projects
Commit 3ad3d295 authored by David Boddie's avatar David Boddie :speech_balloon:
Browse files

Reorder modules in the manifest

parent 345e3227
No related branches found
No related tags found
No related merge requests found
......@@ -8,17 +8,6 @@
"--socket=wayland"
],
"modules": [
{
"name": "title_bar",
"buildsystem": "meson",
"builddir": true,
"sources": [
{
"type": "dir",
"path": "."
}
]
},
{
"name" : "libhandy",
"buildsystem" : "meson",
......@@ -33,6 +22,17 @@
"url" : "https://source.puri.sm/Librem5/libhandy.git"
}
]
},
{
"name": "title_bar",
"buildsystem": "meson",
"builddir": true,
"sources": [
{
"type": "dir",
"path": "."
}
]
}
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment