mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
commit
40f40478a4
@ -34,8 +34,6 @@ PKG_BUILD_FLAGS="+lto"
|
|||||||
get_graphicdrivers
|
get_graphicdrivers
|
||||||
|
|
||||||
PKG_MESON_OPTS_TARGET="-Ddri-drivers=$DRI_DRIVERS \
|
PKG_MESON_OPTS_TARGET="-Ddri-drivers=$DRI_DRIVERS \
|
||||||
-Ddri-drivers-path=$XORG_PATH_DRI \
|
|
||||||
-Ddri-search-path=$XORG_PATH_DRI \
|
|
||||||
-Dgallium-drivers=$GALLIUM_DRIVERS \
|
-Dgallium-drivers=$GALLIUM_DRIVERS \
|
||||||
-Dgallium-extra-hud=false \
|
-Dgallium-extra-hud=false \
|
||||||
-Dgallium-xvmc=false \
|
-Dgallium-xvmc=false \
|
||||||
|
@ -49,11 +49,3 @@ PKG_CONFIGURE_OPTS_TARGET="--disable-secure-rpc \
|
|||||||
--disable-ipv6 \
|
--disable-ipv6 \
|
||||||
--without-launchd \
|
--without-launchd \
|
||||||
--without-lint"
|
--without-lint"
|
||||||
|
|
||||||
pre_configure_target() {
|
|
||||||
export CC_FOR_BUILD="$HOST_CC"
|
|
||||||
export CPPFLAGS_FOR_BUILD="$HOST_CPPFLAGS"
|
|
||||||
export CFLAGS_FOR_BUILD="$HOST_CFLAGS"
|
|
||||||
export LDFLAGS_FOR_BUILD="$HOST_LDFLAGS"
|
|
||||||
unset PKG_CONFIG_ALLOW_SYSTEM_CFLAGS
|
|
||||||
}
|
|
||||||
|
@ -27,8 +27,6 @@ PKG_DEPENDS_TARGET="toolchain util-macros"
|
|||||||
PKG_SECTION="x11/proto"
|
PKG_SECTION="x11/proto"
|
||||||
PKG_SHORTDESC="combined X.Org X11 Protocol headers"
|
PKG_SHORTDESC="combined X.Org X11 Protocol headers"
|
||||||
PKG_LONGDESC="combined X.Org X11 Protocol headers"
|
PKG_LONGDESC="combined X.Org X11 Protocol headers"
|
||||||
|
PKG_TOOLCHAIN="meson"
|
||||||
|
|
||||||
pre_configure_target() {
|
PKG_MESON_OPTS_TARGET="-Dlegacy=false"
|
||||||
export LC_ALL=en_US.UTF-8
|
|
||||||
}
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user