Merge pull request #2769 from lrusak/x11-fix

x11 build fixes
This commit is contained in:
MilhouseVH 2018-06-13 06:20:49 +01:00 committed by GitHub
commit 40f40478a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 14 deletions

View File

@ -34,8 +34,6 @@ PKG_BUILD_FLAGS="+lto"
get_graphicdrivers
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-extra-hud=false \
-Dgallium-xvmc=false \

View File

@ -49,11 +49,3 @@ PKG_CONFIGURE_OPTS_TARGET="--disable-secure-rpc \
--disable-ipv6 \
--without-launchd \
--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
}

View File

@ -27,8 +27,6 @@ PKG_DEPENDS_TARGET="toolchain util-macros"
PKG_SECTION="x11/proto"
PKG_SHORTDESC="combined X.Org X11 Protocol headers"
PKG_LONGDESC="combined X.Org X11 Protocol headers"
PKG_TOOLCHAIN="meson"
pre_configure_target() {
export LC_ALL=en_US.UTF-8
}
PKG_MESON_OPTS_TARGET="-Dlegacy=false"