ad8ae08baa
As announced by Rob Clark at: https://lists.freedesktop.org/archives/mesa-dev/2017-February/145745.html , the kmscube repository has been moved from github to freedesktop.org, so change it to the new location. With the newest code the local patch for adding imx-drm support is no longer needed. Also, on imx6q we need to explicitily pass the card device now: Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
20 lines
571 B
Makefile
20 lines
571 B
Makefile
################################################################################
|
|
#
|
|
# 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))
|