Skip to content

Commit

Permalink
Add WPEBackend-fdo to browser recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
elima authored and clopez committed Mar 7, 2018
1 parent b4162a4 commit 90eb6ce
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff --git a/src/ws.cpp b/src/ws.cpp
index cfd5638..a0c841c 100644
--- a/src/ws.cpp
+++ b/src/ws.cpp
@@ -2,7 +2,6 @@

#include <EGL/egl.h>
#include <EGL/eglext.h>
-#include <EGL/eglmesaext.h>
#include <sys/socket.h>
#include <unistd.h>

23 changes: 23 additions & 0 deletions recipes-browser/wpebackend-fdo/wpebackend-fdo_git.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
SUMMARY = "WPE's backend based on a Freedesktop.org stack."
HOMEPAGE = "https://github.com/Igalia/WPEBackend-fdo"
BUGTRACKER = "https://github.com/Igalia/WPEBackend-fdo/issues"

LICENSE = "CLOSED"
DEPENDS += "wpebackend glib-2.0 libxkbcommon wayland virtual/libgl"

SRCREV = "9283e0ed6cedaa61fd89a3ae92efe75d6c122f5a"

SRC_URI = " \
git://github.com/Igalia/WPEBackend-fdo.git;protocol=https;branch=master \
file://removes-unnecessary-include-eglmesaext.patch \
"

S = "${WORKDIR}/git"


inherit cmake


FILES_SOLIBSDEV = ""
FILES_${PN} += "${libdir}/libWPEBackend-fdo.so ${libdir}/pkgconfig/wpebackend-fdo.pc"
INSANE_SKIP_${PN} ="dev-so"

0 comments on commit 90eb6ce

Please sign in to comment.