mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
chrome-depends: fix PKG_CONFIGURE_OPTS_TARGET
This commit is contained in:
parent
34ac6023dc
commit
86cc9b3a37
@ -7,7 +7,8 @@ PKG_NAME="chrome-libXcomposite"
|
|||||||
PKG_LONGDESC="libXcomposite for chrome"
|
PKG_LONGDESC="libXcomposite for chrome"
|
||||||
PKG_URL=""
|
PKG_URL=""
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--disable-static \
|
PKG_CONFIGURE_OPTS_TARGET="$PKG_CONFIGURE_OPTS_TARGET \
|
||||||
|
--disable-static \
|
||||||
--enable-shared"
|
--enable-shared"
|
||||||
|
|
||||||
unpack() {
|
unpack() {
|
||||||
|
@ -7,7 +7,8 @@ PKG_NAME="chrome-libXdamage"
|
|||||||
PKG_LONGDESC="libXdamage for chrome"
|
PKG_LONGDESC="libXdamage for chrome"
|
||||||
PKG_URL=""
|
PKG_URL=""
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--disable-static \
|
PKG_CONFIGURE_OPTS_TARGET="$PKG_CONFIGURE_OPTS_TARGET \
|
||||||
|
--disable-static \
|
||||||
--enable-shared"
|
--enable-shared"
|
||||||
|
|
||||||
unpack() {
|
unpack() {
|
||||||
|
@ -7,7 +7,8 @@ PKG_NAME="chrome-libXfixes"
|
|||||||
PKG_LONGDESC="libXfixes for chrome"
|
PKG_LONGDESC="libXfixes for chrome"
|
||||||
PKG_URL=""
|
PKG_URL=""
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--disable-static \
|
PKG_CONFIGURE_OPTS_TARGET="$PKG_CONFIGURE_OPTS_TARGET \
|
||||||
|
--disable-static \
|
||||||
--enable-shared"
|
--enable-shared"
|
||||||
|
|
||||||
unpack() {
|
unpack() {
|
||||||
|
@ -7,7 +7,8 @@ PKG_NAME="chrome-libXi"
|
|||||||
PKG_LONGDESC="libXi for chrome"
|
PKG_LONGDESC="libXi for chrome"
|
||||||
PKG_URL=""
|
PKG_URL=""
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--disable-static \
|
PKG_CONFIGURE_OPTS_TARGET="$PKG_CONFIGURE_OPTS_TARGET \
|
||||||
|
--disable-static \
|
||||||
--enable-shared"
|
--enable-shared"
|
||||||
|
|
||||||
unpack() {
|
unpack() {
|
||||||
|
@ -7,7 +7,8 @@ PKG_NAME="chrome-libXrender"
|
|||||||
PKG_LONGDESC="libXrender for chrome"
|
PKG_LONGDESC="libXrender for chrome"
|
||||||
PKG_URL=""
|
PKG_URL=""
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--disable-static \
|
PKG_CONFIGURE_OPTS_TARGET="$PKG_CONFIGURE_OPTS_TARGET \
|
||||||
|
--disable-static \
|
||||||
--enable-shared"
|
--enable-shared"
|
||||||
|
|
||||||
unpack() {
|
unpack() {
|
||||||
|
@ -7,7 +7,8 @@ PKG_NAME="chrome-libXtst"
|
|||||||
PKG_LONGDESC="libXtst for chrome"
|
PKG_LONGDESC="libXtst for chrome"
|
||||||
PKG_URL=""
|
PKG_URL=""
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--disable-static \
|
PKG_CONFIGURE_OPTS_TARGET="$PKG_CONFIGURE_OPTS_TARGET \
|
||||||
|
--disable-static \
|
||||||
--enable-shared"
|
--enable-shared"
|
||||||
|
|
||||||
unpack() {
|
unpack() {
|
||||||
|
@ -7,7 +7,8 @@ PKG_NAME="chrome-libxcb"
|
|||||||
PKG_LONGDESC="libxcb for chrome"
|
PKG_LONGDESC="libxcb for chrome"
|
||||||
PKG_URL=""
|
PKG_URL=""
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--disable-static \
|
PKG_CONFIGURE_OPTS_TARGET="$PKG_CONFIGURE_OPTS_TARGET \
|
||||||
|
--disable-static \
|
||||||
--enable-shared"
|
--enable-shared"
|
||||||
|
|
||||||
unpack() {
|
unpack() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user