mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
import-libdrm: fix building etnaviv as recipe
Make sure all needed headers are found when building via depot. Issue #4329.
This commit is contained in:
parent
4d93187d31
commit
17da7c88d0
@ -5,6 +5,6 @@ DRM_SRC_DIR = $(call select_from_ports,libdrm)/src/lib/libdrm
|
||||
endif
|
||||
|
||||
INC_DIR += $(DRM_SRC_DIR)
|
||||
INC_DIR += $(addprefix $(DRM_SRC_DIR)/,include/drm include)
|
||||
INC_DIR += $(addprefix $(DRM_SRC_DIR)/,include/etnaviv include/drm include)
|
||||
INC_DIR += $(addprefix $(DRM_SRC_DIR)/,etnaviv)
|
||||
INC_DIR += $(addprefix $(DRM_SRC_DIR)/,iris)
|
||||
|
Loading…
Reference in New Issue
Block a user