mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #1425 from MilhouseVH/need_unpack_correction_le8
buildsystem: Don't restrict PKG_NEED_UNPACK to package.mk [backport]
This commit is contained in:
commit
83f2e8d015
@ -22,7 +22,7 @@ PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://www.kodi.tv"
|
||||
PKG_URL=""
|
||||
PKG_NEED_UNPACK="$ROOT/packages/mediacenter/$MEDIACENTER/package.mk"
|
||||
PKG_NEED_UNPACK="$(get_pkg_directory $MEDIACENTER)"
|
||||
PKG_SECTION="mediacenter"
|
||||
PKG_SHORTDESC="kodi-platform:"
|
||||
PKG_LONGDESC="kodi-platform:"
|
||||
|
@ -23,7 +23,7 @@ PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://www.kodi.tv"
|
||||
PKG_URL=""
|
||||
PKG_DEPENDS_HOST="lzo:host libpng:host libjpeg-turbo:host giflib:host"
|
||||
PKG_NEED_UNPACK="$ROOT/packages/mediacenter/$MEDIACENTER/package.mk"
|
||||
PKG_NEED_UNPACK="$(get_pkg_directory $MEDIACENTER)"
|
||||
PKG_SECTION="mediacenter"
|
||||
PKG_SHORTDESC="kodi-platform:"
|
||||
PKG_LONGDESC="kodi-platform:"
|
||||
|
@ -23,7 +23,7 @@ PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://www.kodi.tv"
|
||||
PKG_URL=""
|
||||
PKG_DEPENDS_TARGET="toolchain kodi"
|
||||
PKG_NEED_UNPACK="$ROOT/packages/mediacenter/$MEDIACENTER/package.mk"
|
||||
PKG_NEED_UNPACK="$(get_pkg_directory $MEDIACENTER)"
|
||||
PKG_SECTION="mediacenter"
|
||||
PKG_SHORTDESC="kodi-theme-Estuary: Kodi Mediacenter default theme"
|
||||
PKG_LONGDESC="Kodi Media Center (which was formerly named Xbox Media Center and XBMC) is a free and open source cross-platform media player and home entertainment system software with a 10-foot user interface designed for the living-room TV. Its graphical user interface allows the user to easily manage video, photos, podcasts, and music from a computer, optical disk, local network, and the internet using a remote control."
|
||||
|
@ -23,7 +23,7 @@ PKG_LICENSE="OSS"
|
||||
PKG_SITE="http://www.X.org"
|
||||
PKG_URL="http://xorg.freedesktop.org/archive/individual/xserver/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||
PKG_DEPENDS_TARGET="toolchain util-macros font-util fontsproto randrproto recordproto renderproto dri2proto dri3proto fixesproto damageproto videoproto inputproto xf86dgaproto xf86vidmodeproto xf86driproto xf86miscproto presentproto libpciaccess libX11 libXfont2 libXinerama libxshmfence libxkbfile libdrm libressl freetype pixman fontsproto systemd xorg-launch-helper"
|
||||
PKG_NEED_UNPACK="$(get_pkg_directory xf86-video-nvidia)/package.mk $(get_pkg_directory xf86-video-nvidia-legacy)/package.mk"
|
||||
PKG_NEED_UNPACK="$(get_pkg_directory xf86-video-nvidia) $(get_pkg_directory xf86-video-nvidia-legacy)"
|
||||
PKG_SECTION="x11/xserver"
|
||||
PKG_SHORTDESC="xorg-server: The Xorg X server"
|
||||
PKG_LONGDESC="Xorg is a full featured X server that was originally designed for UNIX and UNIX-like operating systems running on Intel x86 hardware."
|
||||
|
Loading…
x
Reference in New Issue
Block a user