summaryrefslogtreecommitdiffstats
path: root/rules/host-libepoxy.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/host-libepoxy.make')
-rw-r--r--rules/host-libepoxy.make19
1 files changed, 7 insertions, 12 deletions
diff --git a/rules/host-libepoxy.make b/rules/host-libepoxy.make
index 2cb030cd4..21f735d2c 100644
--- a/rules/host-libepoxy.make
+++ b/rules/host-libepoxy.make
@@ -15,21 +15,16 @@ HOST_PACKAGES-$(PTXCONF_HOST_LIBEPOXY) += host-libepoxy
# Prepare
# ----------------------------------------------------------------------------
-HOST_LIBEPOXY_CONF_ENV := \
- $(HOST_ENV) \
- ac_cv_prog_PYTHON=$(SYSTEMPYTHON3)
-
#
# autoconf
#
-HOST_LIBEPOXY_CONF_TOOL := autoconf
+HOST_LIBEPOXY_CONF_TOOL := meson
HOST_LIBEPOXY_CONF_OPT := \
- $(HOST_AUTOCONF) \
- --disable-selective-werror \
- --disable-strict-compilation \
- $(GLOBAL_LARGE_FILE_OPTION) \
- --disable-x11 \
- --disable-glx \
- --disable-egl
+ $(HOST_MESON_OPT) \
+ -Ddocs=false \
+ -Degl=no \
+ -Dglx=no \
+ -Dtests=false \
+ -Dx11=false
# vim: syntax=make