summaryrefslogtreecommitdiffstats
path: root/lib/decompress_unlz4.c
diff options
context:
space:
mode:
authorAhmad Fatoum <ahmad@a3f.at>2020-10-11 11:44:03 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-10-12 14:12:52 +0200
commitd86618614213955e7b8b0bf4cd208b49020b23fe (patch)
tree4e5abec9b4c63d0bb0571d8d8e43ee0f82fb7a53 /lib/decompress_unlz4.c
parent93f7dcf631edfcda19e7757b28d66017ea274b81 (diff)
downloadbarebox-d86618614213955e7b8b0bf4cd208b49020b23fe.tar.gz
barebox-d86618614213955e7b8b0bf4cd208b49020b23fe.tar.xz
logo: Makefile: fix Inkscape >= v1.0 Wayland GUI opening on LOGO.S
DISPLAY="" only affects X11 windows. Building sandbox_defconfig under Wayland will still result in annoying Inkscape windows being opened. This happens due to $(call try-run, inkscape -z,-z). Inkscape v1.0 deprecates -z and it's without an effect, so Inkscape will try to create a window, which failed under x11, but succeeded under Wayland. Fix this by always testing -z and -e together. We don't need one or the other anyway, because Inkscape v1.0, which supports neither, already uses no GUI for --export-type=png. This makes DISPLAY="" unnecessary. So just drop it. Tested working on Inkscape 1.0.1 and 0.92.4. Signed-off-by: Ahmad Fatoum <ahmad@a3f.at> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'lib/decompress_unlz4.c')
0 files changed, 0 insertions, 0 deletions