enlightenment: needs wayland-devel in host
This commit is contained in:
parent
7513597e43
commit
a09424fa4f
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,10 @@ lib32disabled=yes
|
|||
build_options="wayland"
|
||||
build_options_default="wayland"
|
||||
|
||||
if [ "$CROSS_BUILD" -a "$build_option_wayland" ]; then
|
||||
hostmakedepends+=" wayland-devel"
|
||||
fi
|
||||
|
||||
post_extract() {
|
||||
# disable backtrace support on musl for now
|
||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||
|
|
Loading…
Reference in a new issue