mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/libdrm to 2.54.39-1
This commit is contained in:
parent
10765fb6e1
commit
656cdd85f1
2 changed files with 7 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
|||
# - extended no-pthread-stubs.patch for OMAP/Exynos Makefiles
|
||||
|
||||
pkgname=libdrm
|
||||
pkgver=2.4.38
|
||||
pkgver=2.4.39
|
||||
pkgrel=1
|
||||
pkgdesc="Userspace interface to kernel DRM services"
|
||||
arch=(i686 x86_64)
|
||||
|
@ -19,8 +19,8 @@ url="http://dri.freedesktop.org/"
|
|||
source=(http://dri.freedesktop.org/$pkgname/$pkgname-$pkgver.tar.bz2
|
||||
no-pthread-stubs.patch
|
||||
COPYING)
|
||||
sha256sums=('3e5a2f318edaf1eef41e7e6c85aa9596d6f9f8b083ec4d7d6710ffbb8921e7e9'
|
||||
'b1f3ae7f2cf80de3451c3f2bc576dbbf8d3a44e5d1f2608f3ebd276c4c32227c'
|
||||
sha256sums=('386b17388980504bca16ede81ceed4c77b12c3488f46ecb7f4d48e48512a733d'
|
||||
'149457abcb9135a75ded106fb596978a3a903d6bacc167d2c62470e2d106f74f'
|
||||
'9631d4f694952e3e6ae5a05534c2e93e994e47d3413677a3a00e45c8cef6db93')
|
||||
|
||||
build() {
|
||||
|
|
|
@ -24,7 +24,7 @@ diff -urN a/exynos/Makefile.am b/exynos/Makefile.am
|
|||
|
||||
libdrm_exynos_la_LTLIBRARIES = libdrm_exynos.la
|
||||
libdrm_exynos_ladir = $(libdir)
|
||||
libdrm_exynos_la_LDFLAGS = -version-number 1:0:0 -no-undefined
|
||||
libdrm_exynos_la_LDFLAGS = -version-number 1:0:1 -no-undefined
|
||||
-libdrm_exynos_la_LIBADD = ../libdrm.la @PTHREADSTUBS_LIBS@
|
||||
+libdrm_exynos_la_LIBADD = ../libdrm.la
|
||||
|
||||
|
@ -43,7 +43,7 @@ diff -urN a/intel/Makefile.am b/intel/Makefile.am
|
|||
-I$(top_srcdir)/include/drm
|
||||
@@ -35,7 +34,6 @@
|
||||
libdrm_intel_ladir = $(libdir)
|
||||
libdrm_intel_la_LDFLAGS = -version-number 1:0:0 -no-undefined
|
||||
libdrm_intel_la_LDFLAGS = -version-number 1:0:1 -no-undefined
|
||||
libdrm_intel_la_LIBADD = ../libdrm.la \
|
||||
- @PTHREADSTUBS_LIBS@ \
|
||||
@PCIACCESS_LIBS@ \
|
||||
|
@ -80,7 +80,7 @@ diff -urN a/omap/Makefile.am b/omap/Makefile.am
|
|||
|
||||
libdrm_omap_la_LTLIBRARIES = libdrm_omap.la
|
||||
libdrm_omap_ladir = $(libdir)
|
||||
libdrm_omap_la_LDFLAGS = -version-number 1:0:0 -no-undefined
|
||||
libdrm_omap_la_LDFLAGS = -version-number 1:0:1 -no-undefined
|
||||
-libdrm_omap_la_LIBADD = ../libdrm.la @PTHREADSTUBS_LIBS@
|
||||
+libdrm_omap_la_LIBADD = ../libdrm.la
|
||||
|
||||
|
@ -98,7 +98,7 @@ diff -urN a/radeon/Makefile.am b/radeon/Makefile.am
|
|||
|
||||
libdrm_radeon_la_LTLIBRARIES = libdrm_radeon.la
|
||||
libdrm_radeon_ladir = $(libdir)
|
||||
libdrm_radeon_la_LDFLAGS = -version-number 1:0:0 -no-undefined
|
||||
libdrm_radeon_la_LDFLAGS = -version-number 1:0:1 -no-undefined
|
||||
-libdrm_radeon_la_LIBADD = ../libdrm.la @PTHREADSTUBS_LIBS@
|
||||
+libdrm_radeon_la_LIBADD = ../libdrm.la
|
||||
|
||||
|
|
Loading…
Reference in a new issue