summaryrefslogtreecommitdiff
path: root/meta-openembedded/meta-oe/recipes-graphics/xorg-data/xorg-data-common.inc
blob: 17fe00a9b8e08aed0165fd84130ac3c696453e32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
HOMEPAGE = "http://www.x.org"
SECTION = "x11/data"
LICENSE = "MIT"

DEPENDS = "util-macros-native virtual/libx11"

SRC_URI_EXT = "xz"
SRC_URI = "${XORG_MIRROR}/individual/data/${BP}.tar.${SRC_URI_EXT}"

inherit features_check autotools pkgconfig

REQUIRED_DISTRO_FEATURES = "x11"