libdrm: update to 2.4.114
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
6b49eeb093
commit
5542f91918
2 changed files with 17 additions and 17 deletions
|
@ -6,12 +6,12 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=libdrm
|
PKG_NAME:=libdrm
|
||||||
PKG_VERSION:=2.4.107
|
PKG_VERSION:=2.4.114
|
||||||
PKG_RELEASE:=$(AUTORELEASE)
|
PKG_RELEASE:=$(AUTORELEASE)
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=https://dri.freedesktop.org/libdrm
|
PKG_SOURCE_URL:=https://dri.freedesktop.org/libdrm
|
||||||
PKG_HASH:=c554cef03b033636a975543eab363cc19081cb464595d3da1ec129f87370f888
|
PKG_HASH:=3049cf843a47d12e5eeefbc3be3496d782fa09f42346bf0b7defe3d1e598d026
|
||||||
|
|
||||||
PKG_MAINTAINER:=Lucian Cristian <lucian.cristian@gmail.com>
|
PKG_MAINTAINER:=Lucian Cristian <lucian.cristian@gmail.com>
|
||||||
PKG_LICENSE:=BSD-3-Clause
|
PKG_LICENSE:=BSD-3-Clause
|
||||||
|
@ -43,20 +43,20 @@ define Package/libdrm/config
|
||||||
endef
|
endef
|
||||||
|
|
||||||
MESON_ARGS += \
|
MESON_ARGS += \
|
||||||
$(if $(CONFIG_LIBDRM_INTEL),-Dintel=true -Dlibkms=true,-Dintel=false -Dlibkms=false) \
|
-Dintel=$(if $(CONFIG_LIBDRM_INTEL),en,dis)abled \
|
||||||
-Dradeon=$(if $(CONFIG_LIBDRM_RADEON),true,false) \
|
-Dradeon=$(if $(CONFIG_LIBDRM_RADEON),en,dis)abled \
|
||||||
-Damdgpu=false \
|
-Damdgpu=disabled \
|
||||||
-Dnouveau=$(if $(CONFIG_LIBDRM_NOUVEAU),true,false) \
|
-Dnouveau=$(if $(CONFIG_LIBDRM_NOUVEAU),en,dis)abled \
|
||||||
-Dvmwgfx=false \
|
-Dvmwgfx=disabled \
|
||||||
-Domap=false \
|
-Domap=disabled \
|
||||||
-Dexynos=false \
|
-Dexynos=disabled \
|
||||||
-Dfreedreno=false \
|
-Dfreedreno=disabled \
|
||||||
-Dtegra=false \
|
-Dtegra=disabled \
|
||||||
-Dvc4=false \
|
-Dvc4=disabled \
|
||||||
-Detnaviv=false \
|
-Detnaviv=disabled \
|
||||||
-Dcairo-tests=false \
|
-Dcairo-tests=disabled \
|
||||||
-Dman-pages=false \
|
-Dman-pages=disabled \
|
||||||
-Dvalgrind=false \
|
-Dvalgrind=disabled \
|
||||||
-Dfreedreno-kgsl=false \
|
-Dfreedreno-kgsl=false \
|
||||||
-Dinstall-test-programs=false \
|
-Dinstall-test-programs=false \
|
||||||
-Dudev=false
|
-Dudev=false
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/include/drm/drm.h
|
--- a/include/drm/drm.h
|
||||||
+++ b/include/drm/drm.h
|
+++ b/include/drm/drm.h
|
||||||
@@ -38,6 +38,9 @@
|
@@ -37,6 +37,9 @@
|
||||||
|
|
||||||
#if defined(__linux__)
|
#if defined(__linux__)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue