mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Merge pull request #5342 from heitbaum/xorg
Fix build of xorg-intel-gpu-tools
This commit is contained in:
commit
fd8a0b3b3b
@ -2,12 +2,12 @@
|
||||
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="xorg-intel-gpu-tools"
|
||||
PKG_VERSION="1.25"
|
||||
PKG_SHA256="2257a73d6a5d431dfbea4dec0dae07397b1e3269416049ced978550853616a2b"
|
||||
PKG_VERSION="1.26"
|
||||
PKG_SHA256="36d4193b9f22fbb4834ec97be3bb6322ec901e20f7be018f0a50d3eb03ec9bb7"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_DEPENDS_TARGET="toolchain cairo procps-ng"
|
||||
PKG_SITE="https://github.com/freedesktop/xorg-intel-gpu-tools"
|
||||
PKG_URL="https://github.com/freedesktop/xorg-intel-gpu-tools/archive/igt-gpu-tools-${PKG_VERSION}.tar.gz"
|
||||
PKG_SITE="https://gitlab.freedesktop.org/drm/igt-gpu-tools"
|
||||
PKG_URL="https://www.x.org/releases/individual/app/igt-gpu-tools-${PKG_VERSION}.tar.xz"
|
||||
PKG_LONGDESC="Test suite and tools for DRM/KMS drivers"
|
||||
PKG_TOOLCHAIN="meson"
|
||||
|
||||
|
@ -20,7 +20,7 @@ PKG_CONFIGURE_OPTS_TARGET="ac_cv_func_malloc_0_nonnull=yes \
|
||||
|
||||
PKG_MAKE_OPTS_TARGET="free top/top proc/libprocps.la proc/libprocps.pc"
|
||||
|
||||
PKG_MAKEINSTALL_OPTS_TARGET="install-libLTLIBRARIES install-pkgconfigDATA"
|
||||
PKG_MAKEINSTALL_OPTS_TARGET="install-libLTLIBRARIES install-pkgconfigDATA install-proc_libprocps_la_includeHEADERS"
|
||||
|
||||
makeinstall_target() {
|
||||
mkdir -p ${INSTALL}/usr/bin
|
||||
|
Loading…
x
Reference in New Issue
Block a user