summaryrefslogtreecommitdiffstats
path: root/package/kmscube/kmscube.mk
blob: 9d3074adcd690facaa34074b9c4ea0d1a8b7b96a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
################################################################################
#
# kmscube
#
################################################################################

KMSCUBE_VERSION = 87e3ff5683ee54228b3e6e75f7d4de83901fadb0
KMSCUBE_SITE = https://cgit.freedesktop.org/mesa/kmscube/snapshot
KMSCUBE_LICENSE = MIT
KMSCUBE_DEPENDENCIES = host-pkgconf mesa3d libdrm
KMSCUBE_AUTORECONF = YES

# Autoreconf requires an existing m4 directory
define KMSCUBE_PATCH_M4
	mkdir -p $(@D)/m4
endef
KMSCUBE_POST_PATCH_HOOKS += KMSCUBE_PATCH_M4

$(eval $(autotools-package))
OpenPOWER on IntegriCloud