summaryrefslogtreecommitdiffstats
path: root/package/weston/weston-0003-compositor-fbdev-drop-dependency-on-libdrm.patch
blob: dfc20dee8202bbfac3f4eddb30c9e51307224e34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
commit 7b8e970ad1f1ef96db23b379a41edeb40ef1e8b6
Author: Adrian Negreanu <adrian.m.negreanu@intel.com>
Date:   Thu Sep 26 19:31:32 2013 +0300

    compositor-fbdev: drop dependency on libdrm
    
    Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
    Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

diff --git a/configure.ac b/configure.ac
index 7c2da44..a43bf5b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -190,7 +190,7 @@ AM_CONDITIONAL([ENABLE_FBDEV_COMPOSITOR],
                [test x$enable_fbdev_compositor = xyes])
 AS_IF([test x$enable_fbdev_compositor = xyes], [
   AC_DEFINE([BUILD_FBDEV_COMPOSITOR], [1], [Build the fbdev compositor])
-  PKG_CHECK_MODULES([FBDEV_COMPOSITOR], [libudev >= 136 mtdev >= 1.1.0 libdrm >= 2.4.30])
+  PKG_CHECK_MODULES([FBDEV_COMPOSITOR], [libudev >= 136 mtdev >= 1.1.0])
 ])
 
 AC_ARG_ENABLE([rdp-compositor], [  --enable-rdp-compositor],,
OpenPOWER on IntegriCloud