diff options
author | Garrett Brown <themagnificentmrb@gmail.com> | 2024-02-02 10:27:06 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-02 10:27:06 -0800 |
commit | c9d5b67b218301e055689da233cf68a2fa05a655 (patch) | |
tree | 9d7f88d513a18cf91d4b9bc8ad52124339eb51af /tools | |
parent | f7d0ef9ffa508a90013d1f3e64d510588dc829c3 (diff) | |
parent | c76c9781dcb005c17ca3b9d7ac7e0dbb8a83191d (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/Makefile | 2 |
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))) |