mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 14:42:30 +00:00
Wayland: try /usr/local for wayland-scanner/protocols
Default prefix is /usr/local on FreeBSD
This commit is contained in:
parent
f1e516bfaf
commit
a1c15b5362
@ -3,6 +3,11 @@ WAYSCAN=/usr/bin/wayland-scanner
|
|||||||
WAYLAND_PROTOS=/usr/share/wayland-protocols
|
WAYLAND_PROTOS=/usr/share/wayland-protocols
|
||||||
OUTPUT=gfx/common/wayland
|
OUTPUT=gfx/common/wayland
|
||||||
|
|
||||||
|
if [ ! -d $WAYLAND_PROTOS ]; then
|
||||||
|
WAYSCAN=/usr/local/bin/wayland-scanner
|
||||||
|
WAYLAND_PROTOS=/usr/local/share/wayland-protocols
|
||||||
|
fi
|
||||||
|
|
||||||
if [ ! -d $OUTPUT ]; then
|
if [ ! -d $OUTPUT ]; then
|
||||||
mkdir $OUTPUT
|
mkdir $OUTPUT
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user