diff --git a/com.example.title_bar.json b/com.example.title_bar.json index 5d2acd4f535558d934f15c58331ab27155471dfc..17527ecdc216c87d4ff95380bf78b30395db5854 100644 --- a/com.example.title_bar.json +++ b/com.example.title_bar.json @@ -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": "." + } + ] } ] }