File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333WAYSCAN=" $( exists wayland-scanner || :) "
3434
3535if [ -n " ${CROSS_COMPILE:- } " ] && echo " ${CROSS_COMPILE:- } " | grep -q " webos" ; then
36- if [ -z " ${SDK_PATH :- } " ]; then
37- die 1 " Error: WEBOS=1 but SDK_PATH not set"
36+ if [ -z " ${STAGING_DIR :- } " ]; then
37+ die 1 " Error: WEBOS=1 but STAGING_DIR not set"
3838 fi
39- WAYSCAN=" $SDK_PATH /bin/wayland-scanner"
39+ WAYSCAN=" $STAGING_DIR /../.. /bin/wayland-scanner"
4040fi
4141
4242PKGCONFIG=" $( exists pkg-config || :) "
@@ -84,10 +84,10 @@ generate_source 'staging/single-pixel-buffer' 'single-pixel-buffer-v1'
8484generate_source ' staging/xdg-toplevel-icon' ' xdg-toplevel-icon-v1'
8585
8686if [ -n " ${CROSS_COMPILE:- } " ] && echo " ${CROSS_COMPILE:- } " | grep -q " webos" ; then
87- if [ -z " ${SDK_PATH :- } " ]; then
88- die 1 " Error: WEBOS=1 but SDK_PATH not set"
87+ if [ -z " ${STAGING_DIR :- } " ]; then
88+ die 1 " Error: WEBOS=1 but STAGING_DIR not set"
8989 fi
90- WAYLAND_PROTOS=" $SDK_PATH /arm-webos-linux-gnueabi/sysroot /usr/share"
90+ WAYLAND_PROTOS=" $STAGING_DIR /usr/share"
9191
9292 generate_source ' wayland-webos' ' webos-shell'
9393 generate_source ' wayland-webos' ' webos-foreign'
You can’t perform that action at this time.
0 commit comments