libepoxy is required since v1.7.1 for EGL operations.

Signed-off-by: Bastian Krause <[email protected]>
---
 rules/wpebackend-fdo.in   | 1 +
 rules/wpebackend-fdo.make | 7 +++----
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/rules/wpebackend-fdo.in b/rules/wpebackend-fdo.in
index 4efb763a5..423e8a0e1 100644
--- a/rules/wpebackend-fdo.in
+++ b/rules/wpebackend-fdo.in
@@ -5,6 +5,7 @@ config WPEBACKEND_FDO
        prompt "wpebackend-fdo"
        select HOST_CMAKE
        select HOST_NINJA
+       select LIBEPOXY
        select LIBWPE
        select GLIB
        select MESALIB
diff --git a/rules/wpebackend-fdo.make b/rules/wpebackend-fdo.make
index 5266f8c2c..db8fe030a 100644
--- a/rules/wpebackend-fdo.make
+++ b/rules/wpebackend-fdo.make
@@ -14,9 +14,9 @@ PACKAGES-$(PTXCONF_WPEBACKEND_FDO) += wpebackend-fdo
 #
 # Paths and names
 #
-WPEBACKEND_FDO_VERSION         := 1.6.1
+WPEBACKEND_FDO_VERSION         := 1.8.0
 WPEBACKEND_FDO_LIBRARY_VERSION := 1.0
-WPEBACKEND_FDO_MD5             := ea6c2a13e6c2423f2c2b0b31fcf9567b
+WPEBACKEND_FDO_MD5             := 6df96f80ff34c02d56f32a7a153a62c0
 WPEBACKEND_FDO                 := wpebackend-fdo-$(WPEBACKEND_FDO_VERSION)
 WPEBACKEND_FDO_SUFFIX          := tar.xz
 WPEBACKEND_FDO_URL             := 
https://wpewebkit.org/releases/$(WPEBACKEND_FDO).$(WPEBACKEND_FDO_SUFFIX)
@@ -36,8 +36,7 @@ WPEBACKEND_FDO_CONF_TOOL      := cmake
 WPEBACKEND_FDO_CONF_OPT        := \
        $(CROSS_CMAKE_USR) \
        -G Ninja \
-       -DBUILD_DOCS=OFF \
-       -DEXPORTABLE_EGL=ON
+       -DBUILD_DOCS=OFF
 
 # ----------------------------------------------------------------------------
 # Target-Install
-- 
2.28.0


_______________________________________________
ptxdist mailing list
[email protected]
To unsubscribe, send a mail with subject "unsubscribe" to 
[email protected]

Reply via email to