wayland: automated code cleanup

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
Ian Leonard 2021-01-19 19:34:21 +00:00
parent e501e0c75a
commit b72e75bec7

View File

@ -26,6 +26,6 @@ fi
pre_configure_target() {
if [ "${DISPLAYSERVER}" = "x11" ]; then
TARGET_LDFLAGS="$LDFLAGS -lXau -lxcb"
TARGET_LDFLAGS="${LDFLAGS} -lXau -lxcb"
fi
}