diff options
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 |