libdrm: update to 2.4.114
authorRosen Penev <rosenp@gmail.com>
Sat, 5 Nov 2022 03:58:07 +0000 (20:58 -0700)
committerRosen Penev <rosenp@gmail.com>
Sun, 6 Nov 2022 00:59:06 +0000 (17:59 -0700)
Signed-off-by: Rosen Penev <rosenp@gmail.com>
libs/libdrm/Makefile
libs/libdrm/patches/010-64bit.patch

index 7356ba0dd88c0d2d3f8f9bea7a8791a0fd49e912..2032cee254f73498cef60c535d50fcf1e4a173f4 100644 (file)
@@ -6,12 +6,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libdrm
-PKG_VERSION:=2.4.107
+PKG_VERSION:=2.4.114
 PKG_RELEASE:=$(AUTORELEASE)
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=https://dri.freedesktop.org/libdrm
-PKG_HASH:=c554cef03b033636a975543eab363cc19081cb464595d3da1ec129f87370f888
+PKG_HASH:=3049cf843a47d12e5eeefbc3be3496d782fa09f42346bf0b7defe3d1e598d026
 
 PKG_MAINTAINER:=Lucian Cristian <lucian.cristian@gmail.com>
 PKG_LICENSE:=BSD-3-Clause
@@ -43,20 +43,20 @@ define Package/libdrm/config
 endef
 
 MESON_ARGS += \
-       $(if $(CONFIG_LIBDRM_INTEL),-Dintel=true -Dlibkms=true,-Dintel=false -Dlibkms=false) \
-       -Dradeon=$(if $(CONFIG_LIBDRM_RADEON),true,false) \
-       -Damdgpu=false \
-       -Dnouveau=$(if $(CONFIG_LIBDRM_NOUVEAU),true,false) \
-       -Dvmwgfx=false \
-       -Domap=false \
-       -Dexynos=false \
-       -Dfreedreno=false \
-       -Dtegra=false \
-       -Dvc4=false \
-       -Detnaviv=false \
-       -Dcairo-tests=false \
-       -Dman-pages=false \
-       -Dvalgrind=false \
+       -Dintel=$(if $(CONFIG_LIBDRM_INTEL),en,dis)abled \
+       -Dradeon=$(if $(CONFIG_LIBDRM_RADEON),en,dis)abled \
+       -Damdgpu=disabled \
+       -Dnouveau=$(if $(CONFIG_LIBDRM_NOUVEAU),en,dis)abled \
+       -Dvmwgfx=disabled \
+       -Domap=disabled \
+       -Dexynos=disabled \
+       -Dfreedreno=disabled \
+       -Dtegra=disabled \
+       -Dvc4=disabled \
+       -Detnaviv=disabled \
+       -Dcairo-tests=disabled \
+       -Dman-pages=disabled \
+       -Dvalgrind=disabled \
        -Dfreedreno-kgsl=false \
        -Dinstall-test-programs=false \
        -Dudev=false
index adc7e5551eb1924bd8ca05278b2a1d651892cd05..b02a2b58a50b9995f5f79f1585f5bbd940eabc0f 100644 (file)
@@ -1,6 +1,6 @@
 --- a/include/drm/drm.h
 +++ b/include/drm/drm.h
-@@ -38,6 +38,9 @@
+@@ -37,6 +37,9 @@
  
  #if   defined(__linux__)