mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
libdrm: update to 2.4.66.
This commit is contained in:
parent
4f0d8321a5
commit
73915fec15
2 changed files with 12 additions and 2 deletions
10
srcpkgs/libdrm/patches/disable-tests.patch
Normal file
10
srcpkgs/libdrm/patches/disable-tests.patch
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- Makefile.am.orig 2015-12-28 09:23:18.740793760 +0100
|
||||||
|
+++ Makefile.am 2015-12-28 09:23:27.467881822 +0100
|
||||||
|
@@ -96,7 +96,6 @@ SUBDIRS = \
|
||||||
|
$(EXYNOS_SUBDIR) \
|
||||||
|
$(FREEDRENO_SUBDIR) \
|
||||||
|
$(TEGRA_SUBDIR) \
|
||||||
|
- tests \
|
||||||
|
$(MAN_SUBDIR)
|
||||||
|
|
||||||
|
libdrm_la_LTLIBRARIES = libdrm.la
|
|
@ -1,6 +1,6 @@
|
||||||
# Template build file for 'libdrm'.
|
# Template build file for 'libdrm'.
|
||||||
pkgname=libdrm
|
pkgname=libdrm
|
||||||
version=2.4.65
|
version=2.4.66
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-udev --disable-valgrind"
|
configure_args="--enable-udev --disable-valgrind"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://dri.freedesktop.org/"
|
homepage="http://dri.freedesktop.org/"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="http://dri.freedesktop.org/libdrm/$pkgname-$version.tar.bz2"
|
distfiles="http://dri.freedesktop.org/libdrm/$pkgname-$version.tar.bz2"
|
||||||
checksum=71960ac8bde7d710992b1bc8879935e8300a870c36bd06f22412d0447e3d96c4
|
checksum=79cb8e988749794edfb2d777b298d5292eff353bbbb71ed813589e61d2bc2d76
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -e '/pthread-stubs/d' -i configure.ac
|
sed -e '/pthread-stubs/d' -i configure.ac
|
||||||
|
|
Loading…
Add table
Reference in a new issue