blob: a0b944a67879f74e666943bfb4ef17d9df15b42a [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 -05006PR = "r40"
7
8PACKAGE_ARCH = "${MACHINE_ARCH}"
9
Brad Bishop6dbb3162019-11-25 09:41:34 -050010inherit packagegroup features_check
Patrick Williamsc124f4f2015-09-15 14:41:29 -050011# rdepends on XSERVER
12REQUIRED_DISTRO_FEATURES = "x11"
13
Brad Bishop6e60e8b2018-02-01 10:27:11 -050014XSERVER ?= "xserver-xorg xf86-video-fbdev"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050015XSERVERCODECS ?= ""
16
17RDEPENDS_${PN} = "\
18 ${XSERVER} \
19 ${XSERVERCODECS} \
20 "