summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/xorg-driver/xf86-video-imxfb_11.09.01.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-graphics/xorg-driver/xf86-video-imxfb_11.09.01.bb b/recipes-graphics/xorg-driver/xf86-video-imxfb_11.09.01.bb
index 2c36340..21a619e 100644
--- a/recipes-graphics/xorg-driver/xf86-video-imxfb_11.09.01.bb
+++ b/recipes-graphics/xorg-driver/xf86-video-imxfb_11.09.01.bb
@@ -1,3 +1,4 @@
1# Copyright (C) 2011-2015 O.S. Systems Software LTDA.
1# Copyright (C) 2011, 2012 Freescale 2# Copyright (C) 2011, 2012 Freescale
2# Released under the MIT license (see COPYING.MIT for the terms) 3# Released under the MIT license (see COPYING.MIT for the terms)
3 4
@@ -21,6 +22,9 @@ SRC_URI[sha256sum] = "d7d85e9f13c6dd58addab89847f3a8a67f6382a54135c7978c9a95368a
21 22
22inherit autotools pkgconfig 23inherit autotools pkgconfig
23 24
25# Make sure kernel sources are available
26do_configure[depends] += "virtual/kernel:do_shared_workdir"
27
24FILES_${PN} += " ${libdir}/xorg/modules/drivers/*.so" 28FILES_${PN} += " ${libdir}/xorg/modules/drivers/*.so"
25FILES_${PN}-dbg += " ${libdir}/xorg/modules/drivers/.debug" 29FILES_${PN}-dbg += " ${libdir}/xorg/modules/drivers/.debug"
26EXTRA_OECONF_armv7a = " --enable-neon " 30EXTRA_OECONF_armv7a = " --enable-neon "