mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
libdrm: remove libpthread-stubs dependency
The package is a thing that should be used only on BSD platforms. See the README in libpthread-stubs' repository.
This commit is contained in:
@@ -24,7 +24,7 @@ PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://dri.freedesktop.org"
|
||||
PKG_URL="http://dri.freedesktop.org/libdrm/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||
PKG_DEPENDS_TARGET="toolchain libpthread-stubs libpciaccess"
|
||||
PKG_DEPENDS_TARGET="toolchain libpciaccess"
|
||||
PKG_SECTION="graphics"
|
||||
PKG_SHORTDESC="libdrm: Userspace interface to kernel DRM services"
|
||||
PKG_LONGDESC="The userspace interface library to kernel DRM services."
|
||||
|
||||
Reference in New Issue
Block a user