Skip to content
Snippets Groups Projects
Commit be9eaae5 authored by Simon Steinbeiß's avatar Simon Steinbeiß
Browse files

xfce-build: Order libs according to dependency chain

See also: https://docs.xfce.org/xfce/building#xfce_dependencies_explained
parent 01cab4d1
No related branches found
No related tags found
No related merge requests found
Pipeline #57 failed
......@@ -7,12 +7,13 @@ AUTOGEN_OPTIONS="--disable-debug --enable-maintainer-mode --host=x86_64-linux-gn
--libexecdir=/usr/lib/x86_64-linux-gnu --sysconfdir=/etc --localstatedir=/var --enable-gtk-doc"
# (BUILD_TYPE BRANCH URL NAME) tuples:
REPOS=( "${XFCE_BASE}/xfce/libxfce4ui.git libxfce4ui")
REPOS= ("${XFCE_BASE}/xfce/xfce4-dev-tools.git xfce4-dev-tools")
REPOS+=("${XFCE_BASE}/xfce/libxfce4util.git libxfce4util")
REPOS+=("${XFCE_BASE}/xfce/xfconf.git xfconf")
REPOS+=("${XFCE_BASE}/xfce/libxfce4ui.git libxfce4ui")
REPOS+=("${XFCE_BASE}/xfce/exo.git exo")
REPOS+=("${XFCE_BASE}/xfce/xfce4-dev-tools.git xfce4-dev-tools")
REPOS+=("${XFCE_BASE}/xfce/xfce4-panel.git xfce4-panel")
REPOS+=("${XFCE_BASE}/xfce/garcon.git garcon")
REPOS+=("${XFCE_BASE}/xfce/xfce4-panel.git xfce4-panel")
for tuple in "${REPOS[@]}"; do
set -- $tuple
......
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