kumquat-buildroot/package/kmscube/kmscube.mk
Fabio Estevam 978b5adf61 kmscube: Remove the manually creation of m4 directory
Since kmscube upstream commit a2dc60cf05b704 ("Add m4/.gitignore")
there is no need to manually create the m4 directory anymore, so
simply remove KMSCUBE_POST_PATCH_HOOKS.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-03-14 23:41:41 +01:00

14 lines
429 B
Makefile

################################################################################
#
# kmscube
#
################################################################################
KMSCUBE_VERSION = db8c6fc0f625e3a3d36731363276c459661d4149
KMSCUBE_SITE = https://cgit.freedesktop.org/mesa/kmscube/snapshot
KMSCUBE_LICENSE = MIT
KMSCUBE_DEPENDENCIES = host-pkgconf mesa3d libdrm
KMSCUBE_AUTORECONF = YES
$(eval $(autotools-package))