summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xorg-xserver/xserver-xorg.inc')
-rw-r--r--meta/recipes-graphics/xorg-xserver/xserver-xorg.inc9
1 files changed, 7 insertions, 2 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
index cc95da6394..04289f833e 100644
--- a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
+++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
@@ -2,7 +2,7 @@ SUMMARY = "The X.Org X server"
2HOMEPAGE = "http://www.x.org" 2HOMEPAGE = "http://www.x.org"
3SECTION = "x11/base" 3SECTION = "x11/base"
4LICENSE = "MIT-X" 4LICENSE = "MIT-X"
5LIC_FILES_CHKSUM = "file://COPYING;md5=15b5bf9327341c81089137aec4830bfd" 5LIC_FILES_CHKSUM = "file://COPYING;md5=5df87950af51ac2c5822094553ea1880"
6 6
7# xf86-*-* packages depend on an X server built with the xfree86 DDX 7# xf86-*-* packages depend on an X server built with the xfree86 DDX
8# so we have a virtual to represent that: 8# so we have a virtual to represent that:
@@ -63,7 +63,11 @@ PACKAGES =+ "${PN}-security-policy \
63 ${PN}-module-exa \ 63 ${PN}-module-exa \
64 ${PN}-module-xaa \ 64 ${PN}-module-xaa \
65 ${PN}-module-libxf1bpp \ 65 ${PN}-module-libxf1bpp \
66 ${PN}-module-libxf4bpp" 66 ${PN}-module-libxf4bpp \
67 xf86-video-modesetting"
68
69SUMMARY_xf86-video-modesetting = "X.Org X server -- modesetting display driver"
70INSANE_SKIP_xf86-video-modesetting = "xorg-driver-abi"
67 71
68RRECOMMENDS_${PN} += "${PN}-security-policy xkeyboard-config rgb xserver-xf86-config xkbcomp" 72RRECOMMENDS_${PN} += "${PN}-security-policy xkeyboard-config rgb xserver-xf86-config xkbcomp"
69RDEPENDS_${PN}-xvfb += "xkeyboard-config" 73RDEPENDS_${PN}-xvfb += "xkeyboard-config"
@@ -99,6 +103,7 @@ FILES_${PN}-module-exa = "${libdir}/xorg/modules/libexa.so"
99FILES_${PN}-module-xaa = "${libdir}/xorg/modules/libxaa.so" 103FILES_${PN}-module-xaa = "${libdir}/xorg/modules/libxaa.so"
100FILES_${PN}-module-libxf1bpp = "${libdir}/xorg/modules/libxf1bpp.so" 104FILES_${PN}-module-libxf1bpp = "${libdir}/xorg/modules/libxf1bpp.so"
101FILES_${PN}-module-libxf4bpp = "${libdir}/xorg/modules/libxf4bpp.so" 105FILES_${PN}-module-libxf4bpp = "${libdir}/xorg/modules/libxf4bpp.so"
106FILES_xf86-video-modesetting = "${libdir}/xorg/modules/drivers/modesetting_drv.so"
102 107
103EXTRA_OECONF += "--with-fop=no \ 108EXTRA_OECONF += "--with-fop=no \
104 --with-pic \ 109 --with-pic \