mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +00:00
b2935b504d
Fixes #2772
8 lines
278 B
Makefile
8 lines
278 B
Makefile
ifeq ($(CONTRIB_DIR),)
|
|
DRM_DIR = $(realpath $(call select_from_repositories,include/drm)/..)
|
|
INC_DIR += $(DRM_DIR) $(addprefix $(DRM_DIR)/,intel drm)
|
|
else
|
|
DRM_DIR = $(call select_from_ports,drm)/src/lib/drm
|
|
INC_DIR += $(DRM_DIR) $(addprefix $(DRM_DIR)/,intel include/drm)
|
|
endif
|