diff options
author | Lukas Rusak <lorusak@gmail.com> | 2023-04-14 17:59:18 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-14 17:59:18 -0700 |
commit | a3e7d1a9b0f3da68f1571eb3981e74920f536a2f (patch) | |
tree | af938018434bf9a841e5de5e94e8097b8b2b9f98 /tools/depends/target/Makefile | |
parent | 915d0ecbbe1a74a2cd2acba8856f825770b512bd (diff) | |
parent | 2cf5b86a1f4ad777115f169cfa361d09ffe80ce2 (diff) |
Merge pull request #19141 from lrusak/edid-decode
Diffstat (limited to 'tools/depends/target/Makefile')
-rw-r--r-- | tools/depends/target/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/depends/target/Makefile b/tools/depends/target/Makefile index 656f2c7a75..07619fcc77 100644 --- a/tools/depends/target/Makefile +++ b/tools/depends/target/Makefile @@ -136,6 +136,10 @@ ifeq ($(OS),linux) DEPENDS += wayland waylandpp wayland-protocols webos-wayland-extensions webos-userland EXCLUDED_DEPENDS += dbus libcec linux-system-x11-libs pipewire mesa endif + + ifneq (,$(findstring gbm,$(TARGET_PLATFORM))) + DEPENDS += hwdata libdisplay-info + endif endif DEPENDS := $(filter-out $(EXCLUDED_DEPENDS),$(DEPENDS)) @@ -160,6 +164,7 @@ libbluray: fontconfig freetype2 $(ICONV) udfread libxml2 libcdio-gplv3: $(ICONV) libcdio: $(ICONV) libcec: p8-platform +libdisplay-info: meson-cross-file hwdata libdrm: meson-cross-file libevdev: libudev libgcrypt: libgpg-error |