diff options
author | Juergen Daubert <jue@jue.li> | 2022-09-08 18:48:04 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2022-09-08 18:48:04 +0200 |
commit | 80df6283d17bbc25769a9adc65757929e12fc2b1 (patch) | |
tree | 3be69ddc9b44d6025a9e39635c61ab7a5f3560ed /libdrm | |
parent | f2b2d3022f22fb15cd347f415df771d91a8527cb (diff) | |
parent | 5933e3c9aa2967925b780e6a42d11d7a2e7442b0 (diff) | |
download | xorg-80df6283d17bbc25769a9adc65757929e12fc2b1.tar.gz xorg-80df6283d17bbc25769a9adc65757929e12fc2b1.tar.xz |
Merge branch '3.6' into 3.7
Diffstat (limited to 'libdrm')
-rw-r--r-- | libdrm/.signature | 6 | ||||
-rw-r--r-- | libdrm/Pkgfile | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/libdrm/.signature b/libdrm/.signature index f640cf6e..6fbff763 100644 --- a/libdrm/.signature +++ b/libdrm/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/xorg.pub -RWTSGWF5Q7TndGrnospvw0V1DSskhxSLf7csu/Cof/hQfRl3ZsamqI9vob+lm+E3KFXL0jJwdSd/5A/o6374VtlPRlea0hJKbg4= -SHA256 (Pkgfile) = f63723ebe753bfeab2218e642ae828eba4b0e3361e57c143486cc7097760b2b8 +RWTSGWF5Q7TndBmNa5ltrUpafSuYsM7A5IuIjVpxN6yAZIfJGrK2WNjVE+cFCWgr8y2NFw1jHWsHIBJigW+j9WqLp2wKrjQDhgY= +SHA256 (Pkgfile) = 62e5ff135bc6079181e455224aee15b9f8b8810ac1553c3884d13038e9b6e077 SHA256 (.footprint) = 9c34397a9d89ba2cce5de09a4c7e00c8729b84120058b3a84b5b00e329ed8833 -SHA256 (libdrm-2.4.112.tar.xz) = 00b07710bd09b35cd8d80eaf4f4497fe27f4becf467a9830f1f5e8324f8420ff +SHA256 (libdrm-2.4.113.tar.xz) = 7fd7eb2967f63beb4606f22d50e277d993480d05ef75dd88a9bd8e677323e5e1 diff --git a/libdrm/Pkgfile b/libdrm/Pkgfile index 93cdf480..6b9c72e2 100644 --- a/libdrm/Pkgfile +++ b/libdrm/Pkgfile @@ -4,7 +4,7 @@ # Depends on: xorg-libpciaccess name=libdrm -version=2.4.112 +version=2.4.113 release=1 source=(https://dri.freedesktop.org/libdrm/libdrm-$version.tar.xz) @@ -15,9 +15,9 @@ build() { --wrap-mode nodownload \ -D b_lto=true \ -D b_pie=true \ - -D man-pages=false \ - -D valgrind=false \ - -D cairo-tests=false + -D man-pages=disabled \ + -D valgrind=disabled \ + -D cairo-tests=disabled meson compile -C build -j ${JOBS:-1} DESTDIR=$PKG meson install -C build |