Skip to content

Commit 47da3a5

Browse files
committed
webOS: make udev default for normal build, off for legacy build
1 parent 53c66ce commit 47da3a5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/webOS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
. /tmp/arm-webos-linux-gnueabi_sdk-buildroot/environment-setup
7575
export SDK_PATH=/tmp/arm-webos-linux-gnueabi_sdk-buildroot
7676
make -f Makefile.webos clean
77-
make -f Makefile.webos ipk PACKAGE_NAME=${PACKAGE_NAME} ADD_SDL2_LIB=1 \
77+
make -f Makefile.webos ipk PACKAGE_NAME=${PACKAGE_NAME} ADD_SDL2_LIB=1 HAVE_UDEV=0 \
7878
-j"$(getconf _NPROCESSORS_ONLN)"
7979
mv webos/com.retroarch.webos_${RARCH_VERSION}_arm.ipk \
8080
webos/com.retroarch.webos-legacy-gles2-no-wayland_${RARCH_VERSION}_arm.ipk

Makefile.webos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ HAVE_STB_VORBIS = 1
117117
HAVE_STDIN_CMD = 1
118118
HAVE_STRCASESTR = 1
119119
HAVE_THREADS = 1
120-
HAVE_UDEV = 1
120+
HAVE_UDEV ?= 1
121121
HAVE_RGUI = 1
122122
HAVE_MATERIALUI = 0
123123
HAVE_XMB = 1

0 commit comments

Comments
 (0)