From 5610b6440617246972105a93ca6a35c9ed045db4 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Thu, 8 Dec 2016 01:11:44 +0200 Subject: Remove libdrm_omap dependency The library is just a wrapper around ioctls. It doesn't provide much value, and its API is marked as experimental and should thus not be expected to be stable. As third party library dependencies are always painful for distributors and packagers, use the ioctls directly for now. Signed-off-by: Laurent Pinchart --- kms++/inc/kms++/omap/omapframebuffer.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'kms++/inc') diff --git a/kms++/inc/kms++/omap/omapframebuffer.h b/kms++/inc/kms++/omap/omapframebuffer.h index 16d6cf8..9b628f4 100644 --- a/kms++/inc/kms++/omap/omapframebuffer.h +++ b/kms++/inc/kms++/omap/omapframebuffer.h @@ -3,8 +3,6 @@ #include #include -struct omap_bo; - namespace kms { class OmapCard; @@ -30,10 +28,7 @@ public: int prime_fd(unsigned plane); private: - OmapCard& m_omap_card; - struct FramebufferPlane { - struct omap_bo* omap_bo; uint32_t handle; int prime_fd; uint32_t size; -- cgit v1.2.3