blob: ebc1330055c2c318bc5a2c1c50e7a5519d7dd3d2 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001#
2# Copyright (C) 2011 Intel Corporation
3#
4
5SUMMARY = "X11 display server"
Patrick Williamsc124f4f2015-09-15 14:41:29 -05006
7PACKAGE_ARCH = "${MACHINE_ARCH}"
8
Brad Bishop6dbb3162019-11-25 09:41:34 -05009inherit packagegroup features_check
Patrick Williamsc124f4f2015-09-15 14:41:29 -050010# rdepends on XSERVER
11REQUIRED_DISTRO_FEATURES = "x11"
12
Andrew Geissler220dafd2023-10-04 10:18:08 -050013XSERVER ?= "xserver-xorg \
14 xf86-video-fbdev \
15 xf86-video-modesetting \
16 "
Patrick Williamsc124f4f2015-09-15 14:41:29 -050017XSERVERCODECS ?= ""
18
Patrick Williams213cb262021-08-07 19:21:33 -050019RDEPENDS:${PN} = "\
Patrick Williamsc124f4f2015-09-15 14:41:29 -050020 ${XSERVER} \
21 ${XSERVERCODECS} \
22 "