mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
dbff692c86
issue #2488
12 lines
362 B
Plaintext
12 lines
362 B
Plaintext
LICENSE := MIT
|
|
VERSION := 2.4.65
|
|
DOWNLOADS := drm.archive
|
|
|
|
URL(drm) := https://dri.freedesktop.org/libdrm/libdrm-$(VERSION).tar.bz2
|
|
SHA(drm) := 74a6b2aa8c436e822e3ec5c52e463313c4e219d9
|
|
DIR(drm) := src/lib/drm
|
|
TAR_OPT(drm) := --strip-components=1 --files-from $(REP_DIR)/src/lib/drm/files.list
|
|
HASH_INPUT += $(REP_DIR)/src/lib/mesa/files.list
|
|
|
|
|