From 3a49e96f29a7cde711f376f2417875d54dd9f17f Mon Sep 17 00:00:00 2001 From: Giulio Camuffo Date: Wed, 29 Jan 2014 14:30:21 +0200 Subject: Add a libhybris hardwareintegrations to share EGL server buffers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a hardwareintegration plugin to make Qt server side EGL buffers shareable from the compositor to the client, such as what the server-buffer example does. Change-Id: I24558324d51202ca449b47b0ee395c8e81c10698 Reviewed-by: Jørgen Lind --- qtwayland.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'qtwayland.pro') diff --git a/qtwayland.pro b/qtwayland.pro index 497483bd3..a834a48a9 100644 --- a/qtwayland.pro +++ b/qtwayland.pro @@ -9,6 +9,7 @@ qtCompileTest(brcm_egl) qtCompileTest(glx) qtCompileTest(xcomposite) qtCompileTest(drm_egl_server) +qtCompileTest(libhybris_egl_server) load(qt_parts) -- cgit v1.2.3