mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
wayland: automated code cleanup
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
parent
e501e0c75a
commit
b72e75bec7
@ -26,6 +26,6 @@ fi
|
|||||||
|
|
||||||
pre_configure_target() {
|
pre_configure_target() {
|
||||||
if [ "${DISPLAYSERVER}" = "x11" ]; then
|
if [ "${DISPLAYSERVER}" = "x11" ]; then
|
||||||
TARGET_LDFLAGS="$LDFLAGS -lXau -lxcb"
|
TARGET_LDFLAGS="${LDFLAGS} -lXau -lxcb"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user