mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
devel/efl: add missing WAYLAND dependencies
configure: error: pkg-config missing wayland-client >= 1.11.0 wayland-scanner >= 1.11.0 wayland-protocols >= 1.7 /bin/sh: gsed: not found
This commit is contained in:
parent
df05638c08
commit
ba62488e32
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=483989
@ -86,6 +86,7 @@ PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio
|
||||
PULSEAUDIO_CONFIGURE_ENABLE= pulseaudio
|
||||
|
||||
WAYLAND_BROKEN= WAYLAND option is broken: https://phab.enlightenment.org/T7116
|
||||
WAYLAND_BUILD_DEPENDS= wayland-protocols>=1.7:graphics/wayland-protocols
|
||||
WAYLAND_LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \
|
||||
libxkbcommon.so:x11/libxkbcommon \
|
||||
libwayland-client.so:graphics/wayland \
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
define protoname
|
||||
-$(shell echo $1 | sed 's/\([a-z\-]\+\)-[a-z]\+-v[0-9]\+/\1/')
|
||||
+$(shell echo $1 | gsed 's/\([a-z\-]\+\)-[a-z]\+-v[0-9]\+/\1/')
|
||||
+$(shell echo $1 | sed -E 's/([a-z\-]+)-[a-z]+-v[0-9]+/\1/')
|
||||
endef
|
||||
|
||||
#rules for generating protocol from wayland_protocols
|
||||
|
Loading…
Reference in New Issue
Block a user