kmscube: move to the new repository
[buildroot-gz.git] / package / kmscube / kmscube.mk
blob9d3074adcd690facaa34074b9c4ea0d1a8b7b96a
1 ################################################################################
3 # kmscube
5 ################################################################################
7 KMSCUBE_VERSION = 87e3ff5683ee54228b3e6e75f7d4de83901fadb0
8 KMSCUBE_SITE = https://cgit.freedesktop.org/mesa/kmscube/snapshot
9 KMSCUBE_LICENSE = MIT
10 KMSCUBE_DEPENDENCIES = host-pkgconf mesa3d libdrm
11 KMSCUBE_AUTORECONF = YES
13 # Autoreconf requires an existing m4 directory
14 define KMSCUBE_PATCH_M4
15 mkdir -p $(@D)/m4
16 endef
17 KMSCUBE_POST_PATCH_HOOKS += KMSCUBE_PATCH_M4
19 $(eval $(autotools-package))