mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
packages: fix chrome/curl3 addons when building before tarball downloaded
This commit is contained in:
parent
b130a31822
commit
48dbea3738
@ -6,6 +6,7 @@
|
||||
PKG_NAME="chrome-libXcomposite"
|
||||
PKG_LONGDESC="libXcomposite for chrome"
|
||||
PKG_URL=""
|
||||
PKG_DEPENDS_UNPACK+=" libXcomposite"
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="$PKG_CONFIGURE_OPTS_TARGET \
|
||||
--disable-static \
|
||||
|
@ -6,6 +6,7 @@
|
||||
PKG_NAME="chrome-libXdamage"
|
||||
PKG_LONGDESC="libXdamage for chrome"
|
||||
PKG_URL=""
|
||||
PKG_DEPENDS_UNPACK+=" libXdamage"
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="$PKG_CONFIGURE_OPTS_TARGET \
|
||||
--disable-static \
|
||||
|
@ -6,6 +6,7 @@
|
||||
PKG_NAME="chrome-libXfixes"
|
||||
PKG_LONGDESC="libXfixes for chrome"
|
||||
PKG_URL=""
|
||||
PKG_DEPENDS_UNPACK+=" libXfixes"
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="$PKG_CONFIGURE_OPTS_TARGET \
|
||||
--disable-static \
|
||||
|
@ -6,6 +6,7 @@
|
||||
PKG_NAME="chrome-libXi"
|
||||
PKG_LONGDESC="libXi for chrome"
|
||||
PKG_URL=""
|
||||
PKG_DEPENDS_UNPACK+=" libXi"
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="$PKG_CONFIGURE_OPTS_TARGET \
|
||||
--disable-static \
|
||||
|
@ -6,6 +6,7 @@
|
||||
PKG_NAME="chrome-libXrender"
|
||||
PKG_LONGDESC="libXrender for chrome"
|
||||
PKG_URL=""
|
||||
PKG_DEPENDS_UNPACK+=" libXrender"
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="$PKG_CONFIGURE_OPTS_TARGET \
|
||||
--disable-static \
|
||||
|
@ -6,6 +6,7 @@
|
||||
PKG_NAME="chrome-libXtst"
|
||||
PKG_LONGDESC="libXtst for chrome"
|
||||
PKG_URL=""
|
||||
PKG_DEPENDS_UNPACK+=" libXtst"
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="$PKG_CONFIGURE_OPTS_TARGET \
|
||||
--disable-static \
|
||||
|
@ -6,6 +6,7 @@
|
||||
PKG_NAME="chrome-libxcb"
|
||||
PKG_LONGDESC="libxcb for chrome"
|
||||
PKG_URL=""
|
||||
PKG_DEPENDS_UNPACK+=" libxcb"
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="$PKG_CONFIGURE_OPTS_TARGET \
|
||||
--disable-static \
|
||||
|
@ -5,6 +5,7 @@
|
||||
|
||||
PKG_NAME="curl3"
|
||||
PKG_URL=""
|
||||
PKG_DEPENDS_UNPACK+=" curl"
|
||||
PKG_LONGDESC="curl for dotnet"
|
||||
|
||||
unpack() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user