aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorGarrett Brown <themagnificentmrb@gmail.com>2024-02-02 10:27:06 -0800
committerGitHub <noreply@github.com>2024-02-02 10:27:06 -0800
commitc9d5b67b218301e055689da233cf68a2fa05a655 (patch)
tree9d7f88d513a18cf91d4b9bc8ad52124339eb51af /tools
parentf7d0ef9ffa508a90013d1f3e64d510588dc829c3 (diff)
parentc76c9781dcb005c17ca3b9d7ac7e0dbb8a83191d (diff)
Merge pull request #24621 from garbear/webos-remove-cec
webOS: Remove leftover libcec depend
Diffstat (limited to 'tools')
-rw-r--r--tools/depends/target/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/Makefile b/tools/depends/target/Makefile
index bdfebac073..8c9ba97195 100644
--- a/tools/depends/target/Makefile
+++ b/tools/depends/target/Makefile
@@ -127,7 +127,7 @@ ifeq ($(OS),linux)
ifeq ($(TARGET_PLATFORM),webos)
DEPENDS += wayland waylandpp wayland-protocols webos-wayland-extensions webos-userland
- EXCLUDED_DEPENDS += dbus libcec linux-system-x11-libs pipewire mesa
+ EXCLUDED_DEPENDS += dbus linux-system-x11-libs pipewire mesa
endif
ifneq (,$(findstring gbm,$(TARGET_PLATFORM)))